Compare commits

...

1 commit

Author SHA1 Message Date
Sung
b36fbe82ab Distribute CLI for macOS with Apple silicon 2023-02-10 21:56:10 +11:00

View file

@ -116,6 +116,7 @@ if [ -z "$GOOS" ] && [ -z "$GOARCH" ]; then
build linux amd64
build linux arm64
build darwin amd64
build darwin arm64
build windows amd64
else
build "$GOOS" "$GOARCH" true