1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Fix 386 reference

This commit is contained in:
Chris Hunt
2022-08-12 10:05:07 -04:00
parent c2411d231d
commit 617370a8db

View File

@ -79,9 +79,9 @@ dockers:
- "--label=org.opencontainers.image.source={{ .GitURL }}"
- "--platform=linux/amd64"
- image_templates:
- &i386_image "stackexchange/{{.ProjectName}}:{{ .Version }}-i386"
- &386_image "stackexchange/{{.ProjectName}}:{{ .Version }}-386"
goos: linux
goarch: i386
goarch: '386'
use: buildx
ids:
- build
@ -112,18 +112,18 @@ docker_manifests:
- name_template: "stackexchange/{{.ProjectName}}:{{ .Version }}"
image_templates:
- *amd_image
- *i386_image
- *386_image
- *arm_image
- name_template: "stackexchange/{{.ProjectName}}:v{{ .Version }}"
image_templates:
- *amd_image
- *i386_image
- *386_image
- *arm_image
- name_template: "stackexchange/{{.ProjectName}}:latest"
skip_push: auto
image_templates:
- *amd_image
- *i386_image
- *386_image
- *arm_image
checksum:
name_template: 'checksums.txt'