mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-04 03:50:30 +00:00
fix: gorelaeser docker image builds for armv6 and armv7
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user