Skip to content

Commit

Permalink
Add macos arm64 builds to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed Mar 15, 2023
1 parent 9898632 commit b8f56ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
package_split=(${package//\// })
package_name=${package_split[-1]}

platforms=("linux/amd64" "linux/386" "darwin/amd64" "linux/arm" "linux/arm64")
platforms=("linux/amd64" "linux/386" "darwin/amd64" "darwin/arm64" "linux/arm" "linux/arm64")

for platform in "${platforms[@]}"
do
Expand Down

0 comments on commit b8f56ba

Please sign in to comment.