Skip to content

Commit

Permalink
Merge pull request #76 from bmorton/arm-builds
Browse files Browse the repository at this point in the history
Add arm64 targets for Linux and Darwin
  • Loading branch information
jacobbednarz committed Nov 30, 2022
2 parents f5a693a + 53c6232 commit fb05205
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 fb05205

Please sign in to comment.