Compare commits

...

2 Commits

Author SHA1 Message Date
cctv130 a85ce0fa42
Merge ab60d30af7 into a0c30df25b 2025-10-16 14:19:01 -04:00
cctv130 ab60d30af7
Update Makefile 2025-10-03 10:26:21 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ docker-build-set: check-target-platform
${DOCKER} build \ ${DOCKER} build \
--build-arg TARGETPLATFORM=${TARGETPLATFORM} \ --build-arg TARGETPLATFORM=${TARGETPLATFORM} \
--build-arg RUNNER_VERSION=${RUNNER_VERSION} \ --build-arg RUNNER_VERSION=${RUNNER_VERSION} \
--build-arg RUNNER_CONTAINER_HOOKS_VERSION=${RUNNER_CONTAINER_HOOKS_VERSION} \
--build-arg DOCKER_VERSION=${DOCKER_VERSION} \ --build-arg DOCKER_VERSION=${DOCKER_VERSION} \
-f actions-runner-dind-rootless.${OS_IMAGE}.dockerfile \ -f actions-runner-dind-rootless.${OS_IMAGE}.dockerfile \
-t "${DIND_ROOTLESS_RUNNER_NAME}:${OS_IMAGE}" . -t "${DIND_ROOTLESS_RUNNER_NAME}:${OS_IMAGE}" .