Go Lang voll statisch kompiliert mit musl CC=/usr/local/musl/bin/musl-gcc go build --ldflags '-linkmode external -extldflags "-static"' hello.go Referenzen https://go.dev/doc/ https://go.dev/ref/mod Go (Golang) GOOS and GOARCH (asukakenji/0-go-os-arch.md) Using “replace” in go.mod to point to your local module (thewebivore.com) Statically compiled Go programs, always, even with cgo, using musl (honnef.co)