Skip to content

Commit

Permalink
Apple Silicon (M1) build support
Browse files Browse the repository at this point in the history
  • Loading branch information
wobondar committed Apr 15, 2022
1 parent efa3418 commit 975e4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

platforms=("linux/amd64" "darwin/amd64" "linux/386" "linux/arm")
platforms=("linux/amd64" "darwin/amd64" "linux/386" "linux/arm" "linux/arm64" "darwin/arm64")
mkdir -p ./build

rm -r ./build/*
Expand Down

0 comments on commit 975e4d5

Please # to comment.