mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-13 12:27:59 +00:00
Default matrix (conservative, CGO_ENABLED=0): goos: darwin freebsd js linux netbsd openbsd wasip1 windows goarch: amd64 arm arm64 mips64le mipsle ppc64le riscv64 wasm goarm: 6 7 (always included when arm is in goarch) --almost-all widens to esoteric goos (aix dragonfly illumos plan9 solaris), adds 386/loong64/mips/mips64/ppc64/s390x to goarch, and emits goamd64: v1 v2 v3 v4. --ios generates an active iOS build entry (CGO_ENABLED=1, arm64) instead of the default commented stub. --android-ndk generates an active Android NDK build entry (CGO_ENABLED=1, arm64) instead of the default commented stub. Both --ios and --android-ndk are available on init and release. The existing -A flag (include hidden dirs) is unchanged.