Skip to content

Commit

Permalink
Merge pull request kool-dev#382 from fabriciojs/linux/arm64
Browse files Browse the repository at this point in the history
add build to linux/arm64 (aarch64)
  • Loading branch information
fabriciojs authored Oct 1, 2021
2 parents c35a835 21cfa9e commit d1fb2ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 46,7 @@ BUILD=(\
"dist/kool-linux-arm6|--env GOOS=linux --env GOARCH=arm --env GOARM=6" \
"dist/kool-linux-arm7|--env GOOS=linux --env GOARCH=arm --env GOARM=7" \
"dist/kool-windows-amd64.exe|--env GOOS=windows --env GOARCH=amd64" \
"dist/kool-linux-arm64|--env GOOS=linux --env GOARCH=arm64" \
)

for i in "${!BUILD[@]}"; do
Expand Down

0 comments on commit d1fb2ae

Please sign in to comment.