Skip to content

Commit

Permalink
Merge pull request #22 from cli/add-platforms
Browse files Browse the repository at this point in the history
Add more platforms
  • Loading branch information
mislav authored Jun 8, 2022
2 parents b4c91b0 + 90fa9eb commit 43081ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build_and_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ platforms=(
android-arm64
darwin-amd64
darwin-arm64
freebsd-386
freebsd-amd64
freebsd-arm64
linux-386
linux-arm
linux-amd64
linux-arm
linux-arm64
windows-386
windows-amd64
windows-arm64
)

if [[ $GITHUB_REF = refs/tags/* ]]; then
Expand Down

0 comments on commit 43081ff

Please sign in to comment.