Skip to content

Commit

Permalink
#11 Support for Darwin ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Oct 14, 2023
1 parent 81e4709 commit f7e430e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-executable-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo version=$version

package_name=ontrack-cli

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

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

0 comments on commit f7e430e

Please sign in to comment.