Skip to content

Instantly share code, notes, and snippets.

View alileza's full-sized avatar
🛋️
I may be slow to respond.

Ali Reza alileza

🛋️
I may be slow to respond.
View GitHub Profile
@eduncan911
eduncan911 / go-build-all
Last active April 11, 2024 07:14
Go Cross-Compile Script
#!/bin/bash
#
# GoLang cross-compile snippet for Go 1.6+ based loosely on Dave Chaney's cross-compile script:
# http://dave.cheney.net/2012/09/08/an-introduction-to-cross-compilation-with-go
#
# To use:
#
# $ cd ~/path-to/my-awesome-project
# $ go-build-all
#