From 50e7232fed099ad22dbb96ed9ef5ddfbb90725c4 Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:53:59 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69adae1..22c9821 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: images="${{ github.event.inputs.docker_images }}" IFS=',' read -r -a image_array <<< "$images" for image in "${image_array[@]}"; do - docker pull "${image}" --platform "amd64" + docker pull "${image}" --platform "linux/amd64" docker save "${image}" -o "${image//\//_}-amd64.tar" done