Skip to content

Commit

Permalink
Merge pull request #12079 from afbjorklund/kicbase-arch-all
Browse files Browse the repository at this point in the history
Build kicbase image for all architectures
  • Loading branch information
medyagh authored Aug 13, 2021
2 parents d7c3ade + 4b9faa7 commit 3b26663
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 @@ -684,7 +684,7 @@ docker-multi-arch-builder:
env $(X_BUILD_ENV) docker buildx rm --builder $(X_DOCKER_BUILDER) || true
env $(X_BUILD_ENV) docker buildx create --name $(X_DOCKER_BUILDER) --buildkitd-flags '--debug' || true

KICBASE_ARCH = linux/arm64,linux/amd64
KICBASE_ARCH = linux/amd64,linux/arm,linux/arm64,linux/ppc64le,linux/s390x
KICBASE_IMAGE_GCR ?= $(REGISTRY)/kicbase:$(KIC_VERSION)
KICBASE_IMAGE_HUB ?= kicbase/stable:$(KIC_VERSION)
KICBASE_IMAGE_REGISTRIES ?= $(KICBASE_IMAGE_GCR) $(KICBASE_IMAGE_HUB)
Expand Down

0 comments on commit 3b26663

Please sign in to comment.