Skip to content

Commit

Permalink
chore: buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Jan 5, 2023
1 parent 6be57e6 commit d5924eb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dockers:
goos: linux
goarch: amd64
dockerfile: packaging/docker/synchronizer/Dockerfile
use: buildx
image_templates:
- postfinance/{{ .ProjectName }}-synchronizer:{{ .Major }}.{{ .Minor }}.{{ .Patch }}
- postfinance/{{ .ProjectName }}-synchronizer:{{ .Major }}.{{ .Minor }}
Expand All @@ -55,9 +56,9 @@ dockers:
- ids:
- synchronizer
goos: linux
use: buildx
goarch: arm64
dockerfile: packaging/docker/synchronizer/Dockerfile
use: buildx
image_templates:
- postfinance/{{ .ProjectName }}-synchronizer:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64
- postfinance/{{ .ProjectName }}-synchronizer:{{ .Major }}.{{ .Minor }}-arm64
Expand All @@ -76,6 +77,7 @@ dockers:
goos: linux
goarch: amd64
dockerfile: packaging/docker/authenticator/Dockerfile
use: buildx
image_templates:
- postfinance/{{ .ProjectName }}-authenticator:{{ .Major }}.{{ .Minor }}.{{ .Patch }}
- postfinance/{{ .ProjectName }}-authenticator:{{ .Major }}.{{ .Minor }}
Expand All @@ -91,9 +93,9 @@ dockers:
- ids:
- authenticator
goos: linux
use: buildx
goarch: arm64
dockerfile: packaging/docker/authenticator/Dockerfile
use: buildx
image_templates:
- postfinance/{{ .ProjectName }}-authenticator:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64
- postfinance/{{ .ProjectName }}-authenticator:{{ .Major }}.{{ .Minor }}-arm64
Expand All @@ -112,6 +114,7 @@ dockers:
goos: linux
goarch: amd64
dockerfile: packaging/docker/token-renewer/Dockerfile
use: buildx
image_templates:
- postfinance/{{ .ProjectName }}-token-renewer:{{ .Major }}.{{ .Minor }}.{{ .Patch }}
- postfinance/{{ .ProjectName }}-token-renewer:{{ .Major }}.{{ .Minor }}
Expand All @@ -127,9 +130,9 @@ dockers:
- ids:
- token-renewer
goos: linux
use: buildx
goarch: arm64
dockerfile: packaging/docker/token-renewer/Dockerfile
use: buildx
image_templates:
- postfinance/{{ .ProjectName }}-token-renewer:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64
- postfinance/{{ .ProjectName }}-token-renewer:{{ .Major }}.{{ .Minor }}-arm64
Expand Down

0 comments on commit d5924eb

Please sign in to comment.