GoでApple Silicon向けのバイナリ生成は GOOS=darwin GOARCH=arm64
Go 1.16 adds support of 64-bit ARM architecture on macOS (also known as Apple Silicon) with GOOS=darwin, GOARCH=arm64
また、もともとi上記のGOOSとGOARCHの組みはiOSのビルドとして使われていたようで、iOSの方はGOOS=iosになった様子。
The iOS port, which was previously darwin/arm64, has been renamed to ios/arm64. GOOS=ios implies the darwin build tag