build-style/go.sh: enable aarch64.

This commit is contained in:
Christian Neukirchen 2016-09-16 22:26:56 +02:00
parent b1a9bd97f7
commit ff8e25b4f3
1 changed files with 1 additions and 0 deletions

View File

@ -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;;