Skip to content

Commit

Permalink
ci: fix Docker manifest for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 11, 2021
1 parent 78795d0 commit 8e98f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -108,7 +108,7 @@ dockers:
- 'dunglas/mercure:{{ .Tag }}-arm64v8'
- 'dunglas/mercure:v{{ .Major }}-arm64v8'
- 'dunglas/mercure:v{{ .Major }}.{{ .Minor }}-arm64v8'
- 'dunglas/mercure:latest-amd64'
- 'dunglas/mercure:latest-arm64v8'
use: buildx
build_flag_templates:
- "--platform=linux/arm64/v8"
Expand Down

0 comments on commit 8e98f94

Please sign in to comment.