Skip to content

Commit

Permalink
Merge pull request #223 from transifex/goreleaser_fixes
Browse files Browse the repository at this point in the history
GoReleaser fixes
  • Loading branch information
foteinigk committed Apr 25, 2024
2 parents 3349d0a + d276e9e commit 4674064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dockers:
- "transifex/txcli:latest-386"
- "transifex/txcli:v{{ .Major }}-386"
- "transifex/txcli:v{{ .Major }}.{{ .Minor }}-386"
- "transifex/txcli:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}-amd64"
- "transifex/txcli:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}-386"
build_flag_templates:
- "--platform=linux/386"
dockerfile: 'build/Dockerfile-goreleaser'
Expand All @@ -65,7 +65,7 @@ dockers:
- "transifex/txcli:latest-arm64"
- "transifex/txcli:v{{ .Major }}-arm64"
- "transifex/txcli:v{{ .Major }}.{{ .Minor }}-arm64"
- "transifex/txcli:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}-amd64"
- "transifex/txcli:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}-arm64"
build_flag_templates:
- "--platform=linux/arm64/v8"
dockerfile: 'build/Dockerfile-goreleaser'
Expand Down

0 comments on commit 4674064

Please sign in to comment.