Update Makefile

This commit is contained in:
cctv130 2025-10-03 10:26:21 +08:00 committed by GitHub
parent 652bd99439
commit ab60d30af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}" .