Skip to content

Instantly share code, notes, and snippets.

View yaza-putu's full-sized avatar
💭
I Love Code & Learning

Putu Yaza yaza-putu

💭
I Love Code & Learning
View GitHub Profile
@yaza-putu
yaza-putu / _readme.md
Created March 30, 2023 02:01 — forked from steeve/_readme.md
How to cross compile Go with CGO programs for a different OS/Arch

How to cross compile Go with CGO programs for a different OS/Arch

It is possible to compile Go programs for a different OS, even though go build says otherwise.

You'll need: