Skip to content

Commit

Permalink
ci: fix docker manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 1, 2023
1 parent ee6714c commit c479648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dockers:
- "{{ .Env.OWNER }}/{{ .ProjectName }}:latest-arm64"

build_flag_templates:
- "--platform=linux/amd64"
- "--platform=linux/arm64"
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
Expand Down

0 comments on commit c479648

Please sign in to comment.