Created
June 14, 2023 06:02
-
-
Save avkosme/f8df1acf351c1807711a7a856ec93343 to your computer and use it in GitHub Desktop.
Build go several arch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export GOOS=linux | |
export GOARCH=arm64 | |
go build -o bin/main cmd/main.go | |
go tool dist list | |
go tool dist list | grep linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment