go-build/lib.Makefile

10 lines
202 B
Makefile

ARCHES = amd64 arm64 ppc64le s390x
DEV_REGISTRIES ?= calico
ifdef CI
DOCKER_PROGRESS := --progress=plain
endif
DOCKER_BUILD=docker buildx build $(DOCKER_PROGRESS) --load --platform=linux/$(ARCH)