Created
August 8, 2022 02:30
-
-
Save hariby/0b9ea7da08e67ecae90282289f54c2b5 to your computer and use it in GitHub Desktop.
Generate Arm64 binary
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
#!/bin/bash | |
wget https://raw.githubusercontent.com/mmcgrana/gobyexample/master/examples/random-numbers/random-numbers.go | |
GOARCH=arm go build random-numbers.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment