diff --git a/common/environment/build-style/go.sh b/common/environment/build-style/go.sh index b3d42321a3..be8e68b660 100644 --- a/common/environment/build-style/go.sh +++ b/common/environment/build-style/go.sh @@ -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;;