Skip to content

Commit

Permalink
Add arm64 targets for Linux and Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorton committed Nov 30, 2022
1 parent 0f5b85a commit 53c6232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ -d build ]; then
fi
mkdir -p build

platforms=("windows/amd64" "linux/amd64" "darwin/amd64")
platforms=("windows/amd64" "linux/amd64" "linux/arm64" "darwin/amd64" "darwin/arm64")

echo "==> Build started for v${version}"

Expand Down

0 comments on commit 53c6232

Please sign in to comment.