Commit 1df1b155 authored by songlinfeng's avatar songlinfeng
Browse files

add hub proxy

parent 407f0c2d
...@@ -112,7 +112,7 @@ docker-all: $(AMD64_TARGETS) $(X86_64_TARGETS) \ ...@@ -112,7 +112,7 @@ docker-all: $(AMD64_TARGETS) $(X86_64_TARGETS) \
docker-build-%: docker-build-%:
@echo "Building for $(TARGET_PLATFORM)" @echo "Building for $(TARGET_PLATFORM)"
docker pull --platform=linux/$(ARCH) $(BASEIMAGE) docker pull --platform=linux/$(ARCH) docker.1ms.run/$(BASEIMAGE)
DOCKER_BUILDKIT=1 \ DOCKER_BUILDKIT=1 \
$(DOCKER) build \ $(DOCKER) build \
--platform=linux/$(ARCH) \ --platform=linux/$(ARCH) \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment