feat(signing): added multi arch build
All checks were successful
ci / goreleaser (push) Successful in 34s
All checks were successful
ci / goreleaser (push) Successful in 34s
This commit is contained in:
parent
65e0185064
commit
9cb9f97a1f
1 changed files with 3 additions and 6 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue