fix(ci): build native amd64 image without buildx

This commit is contained in:
2026-08-12 15:37:36 +08:00
parent dcb6dc4429
commit ad8162f07e
3 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ set -euo pipefail
printf '%s\n' "$JENKINS_NODE_PASSWORD" | sudo -S -p '' -v
sudo -n -- \
/usr/bin/env "DOCKER_CONFIG=${DOCKER_CONFIG:-}" \
/usr/bin/env "DOCKER_CONFIG=${DOCKER_CONFIG:-}" "DOCKER_BUILDKIT=${DOCKER_BUILDKIT:-}" \
/usr/bin/docker "$@"