This commit is contained in:
2026-02-14 19:45:51 +08:00
parent 72960224f7
commit 45be8dc7c8
2 changed files with 6 additions and 3 deletions

View File

@@ -2,8 +2,6 @@
export REGISTRY=registry.yqxpro.com
find . -name "Dockerfile" -type f -exec sed -i 's|registry.yqxpro.com|${REGISTRY}|g' {} +
pushd common-base
npx devcontainer build \
--platform linux/amd64,linux/arm64 \