mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-10 00:02:54 +01:00
Updated .goreleaser
This commit is contained in:
parent
5e79643ffe
commit
ff40c5d9f8
1 changed files with 1 additions and 20 deletions
|
@ -98,10 +98,7 @@ gomod:
|
||||||
mod: mod
|
mod: mod
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- id: linux_amd64
|
- image_templates:
|
||||||
goos: linux
|
|
||||||
goarch: amd64
|
|
||||||
image_templates:
|
|
||||||
- "wneessen/apg-go:{{ .Tag }}"
|
- "wneessen/apg-go:{{ .Tag }}"
|
||||||
- "wneessen/apg-go:v{{ .Major }}"
|
- "wneessen/apg-go:v{{ .Major }}"
|
||||||
- "wneessen/apg-go:v{{ .Major }}.{{ .Minor }}"
|
- "wneessen/apg-go:v{{ .Major }}.{{ .Minor }}"
|
||||||
|
@ -113,22 +110,6 @@ dockers:
|
||||||
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
||||||
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
||||||
- "--label=org.opencontainers.image.version={{.Version}}"
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
||||||
- id: darwin_arm64
|
|
||||||
goos: darwin
|
|
||||||
goarch: arm64
|
|
||||||
goarm: 7
|
|
||||||
image_templates:
|
|
||||||
- "wneessen/apg-go:{{ .Tag }}-darwin_arm64"
|
|
||||||
- "wneessen/apg-go:v{{ .Major }}-darwin_arm64"
|
|
||||||
- "wneessen/apg-go:v{{ .Major }}.{{ .Minor }}-darwin_arm64"
|
|
||||||
- "wneessen/apg-go:latest-darwin_arm64"
|
|
||||||
build_flag_templates:
|
|
||||||
- "--pull"
|
|
||||||
- "--network=host"
|
|
||||||
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
||||||
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
||||||
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
||||||
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
||||||
|
|
||||||
docker_signs:
|
docker_signs:
|
||||||
- artifacts: all
|
- artifacts: all
|
||||||
|
|
Loading…
Reference in a new issue