Skip to content

Commit

Permalink
Remove environment variable unset
Browse files Browse the repository at this point in the history
exports don't survive the shell script
  • Loading branch information
mnvr committed Mar 7, 2024
1 parent 1a6644e commit b70ca6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit b70ca6b

Please sign in to comment.