Skip to content

Commit

Permalink
Merge pull request #9 from mackerelio/add-arm-release
Browse files Browse the repository at this point in the history
add arm64 binaries to GitHub releases
  • Loading branch information
astj authored Dec 28, 2020
2 parents 3c52457 + f6840b1 commit a91620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

set -e
latest_tag=$(git describe --abbrev=0 --tags)
goxz -d dist/$latest_tag -z -os darwin,linux -arch amd64,386
goxz -d dist/$latest_tag -z -os darwin,linux -arch amd64,386,arm64
ghr -u mackerelio -r mackerel-plugin-json $latest_tag dist/$latest_tag

0 comments on commit a91620a

Please sign in to comment.