mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-25 12:05:14 +01:00
ci: Add arm32v6 docker image build
This commit is contained in:
parent
1d8871631e
commit
9811eefdb8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user