Skip to content

Commit

Permalink
Updating image template to include arch (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracegoo-stripe committed Nov 11, 2022
1 parent 3a4972b commit 58664f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ dockers:
- stripe
- stripe-linux
image_templates:
- "stripe/stripe-cli:latest"
- "stripe/stripe-cli:{{ .Tag }}"
- "stripe/stripe-cli:latest-amd64"
- "stripe/stripe-cli:{{ .Tag }}-amd64"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -87,8 +87,8 @@ dockers:
- stripe
- stripe-linux-arm
image_templates:
- "stripe/stripe-cli:latest"
- "stripe/stripe-cli:{{ .Tag }}"
- "stripe/stripe-cli:latest-arm64"
- "stripe/stripe-cli:{{ .Tag }}-arm64"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit 58664f7

Please sign in to comment.