Skip to content

Commit

Permalink
default to pushing manifest so docker and podman behaviours match
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 15, 2023
1 parent 99315f5 commit 60300f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ oci-build: manifests generate fmt vet test-envtest
# - install qemu-user-static.
# To properly provided solutions that supports more than one platform you should use this option.
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
MANIFEST_PUSH ?= false
MANIFEST_PUSH ?= true
.PHONY: oci-buildx
oci-buildx: manifests generate fmt vet test-envtest ## Build OCI image for the manager for cross-platform support
ifeq ($(IMAGE_BUILDER), docker)
Expand Down

0 comments on commit 60300f8

Please sign in to comment.