Skip to content

Commit

Permalink
fix(goreleaser): Fix armv6 Docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 28, 2023
1 parent 8032a25 commit b059ad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ dockers:
dockerfile: Dockerfile.goreleaser
build_flag_templates:
- "--platform=linux/amd64"
- &dockers
- <<: *dockers
image_templates:
- ghcr.io/gabe565/{{ .ProjectName }}:{{ .Version }}-armv6
use: buildx
dockerfile: Dockerfile.goreleaser
goarch: arm
goarm: 6
build_flag_templates:
- "--platform=linux/arm/v6"
- <<: *dockers
Expand Down

0 comments on commit b059ad8

Please sign in to comment.