mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
👷 macOS universal binaries support
This commit is contained in:
parent
2289d16f03
commit
948f398509
@ -5,6 +5,8 @@ builds:
|
||||
- id: nezha-agent
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
ldflags:
|
||||
- -s -w
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
@ -25,6 +27,8 @@ builds:
|
||||
goarch: arm64
|
||||
main: ./cmd/agent
|
||||
binary: nezha-agent
|
||||
universal_binaries:
|
||||
- replace: true
|
||||
checksum:
|
||||
name_template: "checksums.txt"
|
||||
snapshot:
|
||||
|
Loading…
Reference in New Issue
Block a user