File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424
2525if [ $PKGARCH = " x86_64" ]; then GOOS=linux GOARCH=amd64 ./build
2626elif [ $PKGARCH = " armv7" ]; then GOOS=linux GOARCH=arm GOARM=7 ./build
27+ elif [ $PKGARCH = " arm64" ]; then GOOS=linux GOARCH=arm64 ./build
2728else
28- echo " Specify PKGARCH=x86_64"
29+ echo " Specify PKGARCH=x86_64, armv7 or arm64 "
2930 exit 1
3031fi
3132
Original file line number Diff line number Diff line change 2424
2525if [ $PKGARCH = " x86_64" ]; then GOOS=linux GOARCH=amd64 ./build
2626elif [ $PKGARCH = " armv7" ]; then GOOS=linux GOARCH=arm GOARM=7 ./build
27+ elif [ $PKGARCH = " arm64" ]; then GOOS=linux GOARCH=arm64 ./build
2728else
28- echo " Specify PKGARCH=x86_64 or armv7 "
29+ echo " Specify PKGARCH=x86_64, armv7 or arm64 "
2930 exit 1
3031fi
3132
You can’t perform that action at this time.
0 commit comments