Skip to content

Commit

Permalink
Add more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jun 8, 2022
1 parent b4c91b0 commit 90fa9eb
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 90fa9eb

Please sign in to comment.