feat(signing): added multi arch build
All checks were successful
test / test (push) Successful in 18s
ci / goreleaser (push) Successful in 29s

This commit is contained in:
Richard Robert Reitz 2025-10-20 16:49:41 +02:00
parent d2d708ef35
commit dec822baef

View file

@ -10,11 +10,11 @@ builds:
- CGO_ENABLED=0 - CGO_ENABLED=0
goos: goos:
- linux - linux
#- darwin - darwin
#- windows - windows
goarch: goarch:
- amd64 - amd64
#- arm64 - arm64
archives: archives:
- formats: [tar.gz] - formats: [tar.gz]
@ -43,9 +43,6 @@ signs:
- "--detach-sign" - "--detach-sign"
- "${artifact}" - "${artifact}"
#binary_signs:
# - {}
changelog: changelog:
abbrev: 10 abbrev: 10
filters: filters: