ci: Add arm32v6 docker image build

This commit is contained in:
Geoff Bourne 2020-12-24 14:20:51 -06:00
parent 1d8871631e
commit 9811eefdb8

View File

@ -44,11 +44,18 @@ dockers:
goarch: arm64
binaries:
- mc-router
- image_templates:
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm32v6"
goarch: arm
goarm: "6"
binaries:
- mc-router
docker_manifests:
- name_template: "itzg/{{ .ProjectName }}:{{ .Version }}"
image_templates:
- "itzg/{{ .ProjectName }}:{{ .Version }}-amd64"
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm64"
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm32v6"
changelog:
filters:
exclude: