mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: build docker images for all supported platforms (#6297)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
b554ee62df
commit
6cf450d724
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -306,7 +306,7 @@ KO_KYVERNO_IMAGE := ko.local/github.com/kyverno/kyverno/cmd/kyverno
|
|||
KO_CLEANUP_IMAGE := ko.local/github.com/kyverno/kyverno/cmd/cleanup-controller
|
||||
KO_REPORTS_IMAGE := ko.local/github.com/kyverno/kyverno/cmd/reports-controller
|
||||
KO_BACKGROUND_IMAGE := ko.local/github.com/kyverno/kyverno/cmd/background-controller
|
||||
PLATFORMS := linux/amd64,linux/arm64,linux/s390x
|
||||
PLATFORMS := all
|
||||
KO_TAGS := $(IMAGE_TAG_LATEST),$(IMAGE_TAG)
|
||||
KO_TAGS_DEV := $(IMAGE_TAG_LATEST),$(IMAGE_TAG_DEV)
|
||||
|
||||
|
|
Loading…
Reference in a new issue