mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
deployment: enable goreleaser buildx (#2968)
This commit is contained in:
parent
bf287bf4c1
commit
8e8c9c2f16
1 changed files with 3 additions and 0 deletions
3
.github/goreleaser.yaml
vendored
3
.github/goreleaser.yaml
vendored
|
@ -65,6 +65,7 @@ dockers:
|
|||
- image_templates:
|
||||
- "pomerium/pomerium:amd64-{{ .Tag }}"
|
||||
dockerfile: .github/Dockerfile-release
|
||||
use: buildx
|
||||
build_flag_templates:
|
||||
- "--pull"
|
||||
- "--platform=linux/amd64"
|
||||
|
@ -79,6 +80,7 @@ dockers:
|
|||
- image_templates:
|
||||
- "gcr.io/pomerium-io/pomerium:{{ .Tag }}-cloudrun"
|
||||
dockerfile: .github/Dockerfile-cloudrun
|
||||
use: buildx
|
||||
build_flag_templates:
|
||||
- "--pull"
|
||||
- "--label=org.opencontainers.image.created={{.Date}}"
|
||||
|
@ -93,6 +95,7 @@ dockers:
|
|||
image_templates:
|
||||
- "pomerium/pomerium:arm64v8-{{ .Tag }}"
|
||||
dockerfile: .github/Dockerfile-release
|
||||
use: buildx
|
||||
build_flag_templates:
|
||||
- "--pull"
|
||||
- "--platform=linux/arm64"
|
||||
|
|
Loading…
Add table
Reference in a new issue