macOS universal binaries, install instructions for Windows and macOS
This commit is contained in:
parent
5a8818ac92
commit
fe96110e6b
10 changed files with 81 additions and 45 deletions
5
Makefile
5
Makefile
|
@ -128,8 +128,8 @@ cli-linux-arm64: cli-deps-static-sites cli-deps-gcc-arm64
|
|||
cli-windows-amd64: cli-deps-static-sites
|
||||
goreleaser build --snapshot --rm-dist --debug --id ntfy_windows_amd64
|
||||
|
||||
cli-darwin-amd64: cli-deps-static-sites
|
||||
goreleaser build --snapshot --rm-dist --debug --id ntfy_darwin_amd64
|
||||
cli-darwin-all: cli-deps-static-sites
|
||||
goreleaser build --snapshot --rm-dist --debug --id ntfy_darwin_all
|
||||
|
||||
cli-deps: cli-deps-static-sites cli-deps-all cli-deps-gcc
|
||||
|
||||
|
@ -150,6 +150,7 @@ cli-deps-gcc-arm64:
|
|||
|
||||
cli-deps-update:
|
||||
go get -u
|
||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
|
||||
# Test/check targets
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue