Skip to content

Commit

Permalink
Merge pull request #3 from VictorBersy/patch-1
Browse files Browse the repository at this point in the history
Add darwin-arm64 platform
  • Loading branch information
mislav committed Apr 13, 2022
2 parents b3199c5 + befd426 commit 23c367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

tag=$(git describe --tags --abbrev=0)
platforms=$(echo "darwin-amd64,linux-386,linux-arm,linux-amd64,linux-arm64,windows-386,windows-amd64" | tr "," "\n")
platforms=$(echo "darwin-amd64,darwin-arm64,linux-386,linux-arm,linux-amd64,linux-arm64,windows-386,windows-amd64" | tr "," "\n")
include="dist/*"

if [ -n "${GH_EXT_BUILD_SCRIPT}" ]; then
Expand Down

0 comments on commit 23c367c

Please sign in to comment.