mirror of
https://github.com/itzg/mc-router.git
synced 2025-02-18 01:21:58 +01:00
ci: Declares binaries in dockers section
This commit is contained in:
parent
860f657879
commit
d656d4e766
@ -37,12 +37,14 @@ dockers:
|
||||
- image_templates:
|
||||
- "itzg/{{ .ProjectName }}:{{ .Version }}-amd64"
|
||||
- "itzg/{{ .ProjectName }}:latest"
|
||||
goos: linux
|
||||
goarch: amd64
|
||||
binaries:
|
||||
- mc-router
|
||||
- image_templates:
|
||||
- "itzg/{{ .ProjectName }}:{{ .Version }}-arm64"
|
||||
goos: linux
|
||||
goarch: arm64
|
||||
binaries:
|
||||
- mc-router
|
||||
docker_manifests:
|
||||
- name_template: "itzg/{{ .ProjectName }}:{{ .Version }}"
|
||||
image_templates:
|
||||
|
Loading…
Reference in New Issue
Block a user