build-style/go.sh: enable aarch64.
This commit is contained in:
parent
b1a9bd97f7
commit
ff8e25b4f3
|
@ -6,6 +6,7 @@ nostrip=yes
|
|||
nopie=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) export GOARCH=arm64;;
|
||||
armv6*) export GOARCH=arm; export GOARM=6;;
|
||||
armv7*) export GOARCH=arm; export GOARM=7;;
|
||||
i686*) export GOARCH=386;;
|
||||
|
|
Loading…
Reference in New Issue