Skip to content

Commit

Permalink
deployment: enable goreleaser buildx (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth authored Jan 27, 2022
1 parent 1b7f9a3 commit 48ecd9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dockers:
- image_templates:
- "pomerium/ingress-controller:{{ .Tag }}-amd64"
dockerfile: Dockerfile.release
use: buildx
build_flag_templates:
- "--pull"
- "--platform=linux/amd64"
Expand All @@ -72,6 +73,7 @@ dockers:
image_templates:
- "pomerium/ingress-controller:{{ .Tag }}-arm64"
dockerfile: Dockerfile.release
use: buildx
build_flag_templates:
- "--pull"
- "--platform=linux/arm64"
Expand Down

0 comments on commit 48ecd9f

Please sign in to comment.