Skip to content

Commit

Permalink
🐛 Fix invalid Docker arch for armv7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 9, 2022
1 parent 551d221 commit 9b460bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dockers:
goarch: arm
goarm: 7
build_flag_templates:
- "--platform=linux/arm/v8"
- "--platform=linux/arm/v7"
- <<: *dockers
image_templates:
- ghcr.io/clevyr/{{ .ProjectName }}:{{ .Version }}-arm64v8
Expand Down

0 comments on commit 9b460bb

Please sign in to comment.