Updated .goreleaser

This commit is contained in:
Winni Neessen 2024-03-13 22:42:30 +01:00
parent e5f97ee2f0
commit 8a6507b5f2

View file

@ -6,6 +6,7 @@ version: 1
before: before:
hooks: hooks:
- go test -cover -race -shuffle=on
- go mod tidy - go mod tidy
- go mod download - go mod download
- go mod verify - go mod verify
@ -27,20 +28,18 @@ builds:
- amd64 - amd64
- ppc64le - ppc64le
- s390x - s390x
- mips
- mips64
- mipsle
- mips64le
goarm: goarm:
- 6 - 6
- 7
goamd64: goamd64:
- v1 - v1
- v2
- v3
main: ./cmd/apg main: ./cmd/apg
binary: apg binary: apg
ldflags: ldflags:
- -w -s -extldflags "-static" - -w -s -extldflags "-static"
ignore:
- goos: darwin
goarch: 386
archives: archives:
- format: tar.gz - format: tar.gz