mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Distribute CLI for macOS with Apple silicon
This commit is contained in:
parent
ff0ae9ac29
commit
b36fbe82ab
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue