Arm64 build (#449)

* Build for arm64

* Build CLI for arm64

* Fix test
This commit is contained in:
Sung Won Cho 2020-04-24 18:44:43 +10:00 committed by GitHub
commit cabe02aa71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View file

@ -112,6 +112,7 @@ if [ -z "$GOOS" ] && [ -z "$GOARCH" ]; then
cp -R "$projectDir" "$goPathBasedir"
build linux amd64
build linux arm64
build darwin amd64
build windows amd64
else