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