Skip to content

Commit

Permalink
Compile for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Aug 8, 2022
1 parent f91ea4b commit 127c0b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pack
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,18 @@ function check_all {
GOOS=linux GOARCH=amd64 check
GOOS=windows 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 {
GOOS=linux GOARCH=amd64 build
GOOS=windows 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 {
Expand Down

0 comments on commit 127c0b4

Please sign in to comment.