mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Updated .goreleaser
This commit is contained in:
parent
e5f97ee2f0
commit
8a6507b5f2
1 changed files with 5 additions and 6 deletions
|
@ -6,6 +6,7 @@ version: 1
|
|||
|
||||
before:
|
||||
hooks:
|
||||
- go test -cover -race -shuffle=on
|
||||
- go mod tidy
|
||||
- go mod download
|
||||
- go mod verify
|
||||
|
@ -27,20 +28,18 @@ builds:
|
|||
- amd64
|
||||
- ppc64le
|
||||
- s390x
|
||||
- mips
|
||||
- mips64
|
||||
- mipsle
|
||||
- mips64le
|
||||
goarm:
|
||||
- 6
|
||||
- 7
|
||||
goamd64:
|
||||
- v1
|
||||
- v2
|
||||
- v3
|
||||
main: ./cmd/apg
|
||||
binary: apg
|
||||
ldflags:
|
||||
- -w -s -extldflags "-static"
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
|
||||
archives:
|
||||
- format: tar.gz
|
||||
|
|
Loading…
Reference in a new issue