Skip to content

Commit

Permalink
Fix goreleaser docker config (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe authored Jan 23, 2025
1 parent 059befe commit 4a22601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ dockers:
goos: linux
goarch: amd64
ids:
- stripe
- stripe-linux
image_templates:
- "stripe/stripe-cli:latest-amd64"
Expand All @@ -89,7 +88,6 @@ dockers:
goos: linux
goarch: arm64
ids:
- stripe
- stripe-linux-arm
image_templates:
- "stripe/stripe-cli:latest-arm64"
Expand Down

0 comments on commit 4a22601

Please sign in to comment.