Compile for arm64
This commit is contained in:
parent
f91ea4bc19
commit
127c0b4f8d
1 changed files with 6 additions and 0 deletions
6
pack
6
pack
|
@ -70,12 +70,18 @@ function check_all {
|
||||||
GOOS=linux GOARCH=amd64 check
|
GOOS=linux GOARCH=amd64 check
|
||||||
GOOS=windows GOARCH=amd64 check
|
GOOS=windows GOARCH=amd64 check
|
||||||
GOOS=darwin GOARCH=amd64 check
|
GOOS=darwin GOARCH=amd64 check
|
||||||
|
GOOS=linux GOARCH=arm64 check
|
||||||
|
GOOS=windows GOARCH=arm64 check
|
||||||
|
GOOS=darwin GOARCH=arm64 check
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_all {
|
function build_all {
|
||||||
GOOS=linux GOARCH=amd64 build
|
GOOS=linux GOARCH=amd64 build
|
||||||
GOOS=windows GOARCH=amd64 build
|
GOOS=windows GOARCH=amd64 build
|
||||||
GOOS=darwin GOARCH=amd64 build
|
GOOS=darwin GOARCH=amd64 build
|
||||||
|
GOOS=linux GOARCH=arm64 build
|
||||||
|
GOOS=windows GOARCH=arm64 build
|
||||||
|
GOOS=darwin GOARCH=arm64 build
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_os {
|
function build_os {
|
||||||
|
|
Loading…
Add table
Reference in a new issue