Remove environment variable unset

exports don't survive the shell script
This commit is contained in:
Manav Rathi 2024-03-07 11:15:15 +05:30
parent 1a6644e28c
commit b70ca6bec2

View file

@ -35,9 +35,5 @@ do
done done
done done
# Clean up any environment variables
unset GOOS
unset GOARCH
# Print a message indicating the build process is complete # Print a message indicating the build process is complete
echo "Build process completed for all platforms and architectures. Binaries are in the 'bin' directory." echo "Build process completed for all platforms and architectures. Binaries are in the 'bin' directory."