mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-07 09:04:55 +01:00
Fix armv7 docker image
This commit is contained in:
parent
c1251af597
commit
9843b4d218
@ -50,9 +50,9 @@ dockers:
|
||||
dockerfile: Dockerfile.goreleaser
|
||||
|
||||
- image_templates:
|
||||
- &arm64v7_image "{{ .ProjectName }}:{{ .Tag }}-arm64v7"
|
||||
- &armv7_image "{{ .ProjectName }}:{{ .Tag }}-armv7"
|
||||
build_flag_templates:
|
||||
- --platform=linux/arm64/v7
|
||||
- --platform=linux/arm/v7
|
||||
goarch: arm
|
||||
goarm: 7
|
||||
use: buildx
|
||||
@ -60,13 +60,10 @@ dockers:
|
||||
|
||||
docker_manifests:
|
||||
- name_template: "{{ .ProjectName }}:{{ .Tag }}"
|
||||
image_templates:
|
||||
image_templates: &multiarch_images
|
||||
- *amd64_image
|
||||
- *arm64v8_image
|
||||
- *arm64v7_image
|
||||
- *armv7_image
|
||||
- name_template: "{{ .ProjectName }}:latest"
|
||||
skip_push: auto
|
||||
image_templates:
|
||||
- *amd64_image
|
||||
- *arm64v8_image
|
||||
- *arm64v7_image
|
||||
image_templates: *multiarch_images
|
||||
|
Loading…
Reference in New Issue
Block a user