Skip to content

Commit

Permalink
ci: Support multi-arch images (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba Elayoty <[email protected]>
  • Loading branch information
helayoty authored Oct 28, 2023
1 parent 7f6db90 commit 3921d44
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 @@ -134,7 +134,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
BUILDX_BUILDER_NAME ?= img-builder
OUTPUT_TYPE ?= type=registry
QEMU_VERSION ?= 5.2.0-2
ARCH ?= amd64
ARCH ?= amd64,arm64

.PHONY: docker-buildx
docker-buildx: test ## Build and push docker image for the manager for cross-platform support
Expand Down

0 comments on commit 3921d44

Please sign in to comment.