Remove environment variable unset
exports don't survive the shell script
This commit is contained in:
parent
1a6644e28c
commit
b70ca6bec2
1 changed files with 0 additions and 4 deletions
|
@ -35,9 +35,5 @@ do
|
|||
done
|
||||
done
|
||||
|
||||
# Clean up any environment variables
|
||||
unset GOOS
|
||||
unset GOARCH
|
||||
|
||||
# Print a message indicating the build process is complete
|
||||
echo "Build process completed for all platforms and architectures. Binaries are in the 'bin' directory."
|
||||
|
|
Loading…
Add table
Reference in a new issue