Skip to content

Instantly share code, notes, and snippets.

@hariby
Created August 8, 2022 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hariby/0b9ea7da08e67ecae90282289f54c2b5 to your computer and use it in GitHub Desktop.
Save hariby/0b9ea7da08e67ecae90282289f54c2b5 to your computer and use it in GitHub Desktop.
Generate Arm64 binary
#!/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