Update arm64.yml

This commit is contained in:
wukongdaily 2024-06-15 21:37:45 +08:00 committed by GitHub
parent 994b70ae54
commit 06fe0f3f18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
IFS=',' read -r -a image_array <<< "$images"
for image in "${image_array[@]}"; do
docker pull "${image}" --platform "linux/arm64"
docker save "${image}" -o "${image//\//_}-amd64.tar"
docker save "${image}" -o "${image//\//_}-arm64.tar"
done
- name: Compress the TAR files