From 7ff467dd5bbf1cb6a5565918faf3f6bb68d8e3ea Mon Sep 17 00:00:00 2001 From: spacewander Date: Mon, 6 Jan 2025 16:35:12 +0800 Subject: [PATCH] ci: don't use unstable mirror Signed-off-by: spacewander --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index cc6a9a34..48af1414 100644 --- a/common.mk +++ b/common.mk @@ -25,7 +25,7 @@ $(LOCALBIN): TARGET_SO = libgolang.so PROJECT_NAME = mosn.io/htnn -DOCKER_MIRROR = m.daocloud.io/ +DOCKER_MIRROR ?= m.daocloud.io/ # Both images use glibc 2.31. Ensure libc in the images match each other. BUILD_IMAGE ?= $(DOCKER_MIRROR)docker.io/library/golang:1.22-bullseye