Skip to content

Commit

Permalink
fix: gorelaeser docker image builds for armv6 and armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Oct 12, 2024
1 parent 50b4be7 commit 4fa30e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ dockers:
- garethgeorge/backrest:{{ .Tag }}-scratch-armv6
dockerfile: Dockerfile.scratch
use: buildx
goarch: arm
goarm: 6
build_flag_templates:
- "--pull"
- "--platform=linux/arm/v6"
Expand All @@ -120,6 +122,8 @@ dockers:
- garethgeorge/backrest:{{ .Tag }}-scratch-armv7
dockerfile: Dockerfile.scratch
use: buildx
goarch: arm
goarm: 7
build_flag_templates:
- "--pull"
- "--platform=linux/arm/v7"
Expand Down

0 comments on commit 4fa30e3

Please sign in to comment.