mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
remove arch typo - add debug/reg s390x (#915)
This commit is contained in:
parent
78d87c1e11
commit
7f09eebdde
1 changed files with 9 additions and 9 deletions
|
@ -62,15 +62,15 @@ dockers:
|
|||
- "--build-arg=VCS_URL={{.GitURL}}"
|
||||
|
||||
- image_templates:
|
||||
- anchore/grype:debug-arm64v8
|
||||
- anchore/grype:{{.Tag}}-debug-arm64v8
|
||||
- ghcr.io/anchore/grype:debug-arm64v8
|
||||
- ghcr.io/anchore/grype:{{.Tag}}-debug-arm64v8
|
||||
- anchore/grype:debug-s390x
|
||||
- anchore/grype:{{.Tag}}-debug-s390x
|
||||
- ghcr.io/anchore/grype:debug-s390x
|
||||
- ghcr.io/anchore/grype:{{.Tag}}-debug-s390x
|
||||
goarch: s390x
|
||||
dockerfile: Dockerfile.debug
|
||||
use: buildx
|
||||
build_flag_templates:
|
||||
- "--platform=linux/arm64/v8"
|
||||
- "--platform=linux/s390x"
|
||||
- "--build-arg=BUILD_DATE={{.Date}}"
|
||||
- "--build-arg=BUILD_VERSION={{.Version}}"
|
||||
- "--build-arg=VCS_REF={{.FullCommit}}"
|
||||
|
@ -105,18 +105,19 @@ dockers:
|
|||
- "--build-arg=VCS_URL={{.GitURL}}"
|
||||
|
||||
- image_templates:
|
||||
- anchore/grype:{{.Tag}}-arm64v8
|
||||
- ghcr.io/anchore/grype:{{.Tag}}-arm64v8
|
||||
- anchore/grype:{{.Tag}}-s390x
|
||||
- ghcr.io/anchore/grype:{{.Tag}}-s390x
|
||||
goarch: s390x
|
||||
dockerfile: Dockerfile
|
||||
use: buildx
|
||||
build_flag_templates:
|
||||
- "--platform=linux/arm64/v8"
|
||||
- "--platform=linux/s390x"
|
||||
- "--build-arg=BUILD_DATE={{.Date}}"
|
||||
- "--build-arg=BUILD_VERSION={{.Version}}"
|
||||
- "--build-arg=VCS_REF={{.FullCommit}}"
|
||||
- "--build-arg=VCS_URL={{.GitURL}}"
|
||||
|
||||
|
||||
docker_manifests:
|
||||
- name_template: anchore/grype:latest
|
||||
image_templates:
|
||||
|
@ -124,7 +125,6 @@ docker_manifests:
|
|||
- anchore/grype:{{.Tag}}-arm64v8
|
||||
- anchore/grype:{{.Tag}}-s390x
|
||||
|
||||
|
||||
- name_template: anchore/grype:debug
|
||||
- anchore/grype:{{.Tag}}-debug
|
||||
- anchore/grype:{{.Tag}}-debug-arm64v8
|
||||
|
|
Loading…
Reference in a new issue