Skip to content

Commit

Permalink
Fix dockerfile setting (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Jul 5, 2023
1 parent 4b5e202 commit 97a80ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ nfpms:
- rpm

dockers:
- dockerfile: goreleaser.dockerfile
- image_templates:
- "stripe/stripe-mock:{{ .Tag }}-amd64"
- "stripe/stripe-mock:latest-amd64"
Expand All @@ -68,6 +67,7 @@ dockers:
goarch: amd64
build_flag_templates:
- "--platform=linux/amd64"
dockerfile: goreleaser.dockerfile
- image_templates:
- "stripe/stripe-mock:{{ .Tag }}-arm64"
- "stripe/stripe-mock:latest-arm64"
Expand All @@ -76,6 +76,7 @@ dockers:
goarch: arm64
build_flag_templates:
- "--platform=linux/arm64"
dockerfile: goreleaser.dockerfile

docker_manifests:
- name_template: "stripe/stripe-mock:{{ .Tag }}"
Expand Down

0 comments on commit 97a80ae

Please sign in to comment.