|
|
@ -102,8 +102,6 @@ dockers:
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
|
|
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
|
|
|
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
|
|
|
- "--platform=linux/amd64"
|
|
|
|
- "--platform=linux/amd64"
|
|
|
|
extra_files:
|
|
|
|
|
|
|
|
- scripts/entrypoint.sh
|
|
|
|
|
|
|
|
- image_templates:
|
|
|
|
- image_templates:
|
|
|
|
- 'ghcr.io/kha7iq/pingme:{{ .Tag }}-arm64'
|
|
|
|
- 'ghcr.io/kha7iq/pingme:{{ .Tag }}-arm64'
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
dockerfile: Dockerfile
|
|
|
@ -117,8 +115,6 @@ dockers:
|
|
|
|
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
|
|
|
- "--label=org.opencontainers.image.source={{.GitURL}}"
|
|
|
|
- "--platform=linux/arm64"
|
|
|
|
- "--platform=linux/arm64"
|
|
|
|
goarch: arm64
|
|
|
|
goarch: arm64
|
|
|
|
extra_files:
|
|
|
|
|
|
|
|
- scripts/entrypoint.sh
|
|
|
|
|
|
|
|
docker_manifests:
|
|
|
|
docker_manifests:
|
|
|
|
- name_template: 'ghcr.io/kha7iq/pingme:{{ .Tag }}'
|
|
|
|
- name_template: 'ghcr.io/kha7iq/pingme:{{ .Tag }}'
|
|
|
|
image_templates:
|
|
|
|
image_templates:
|
|
|
|