Skip to content

Commit

Permalink
Update arm64.yml
Browse files Browse the repository at this point in the history
wukongdaily authored Jun 15, 2024
1 parent 994b70a commit 06fe0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 06fe0f3

Please sign in to comment.