Update arm64.yml
This commit is contained in:
parent
994b70ae54
commit
06fe0f3f18
|
@ -22,7 +22,7 @@ jobs:
|
||||||
IFS=',' read -r -a image_array <<< "$images"
|
IFS=',' read -r -a image_array <<< "$images"
|
||||||
for image in "${image_array[@]}"; do
|
for image in "${image_array[@]}"; do
|
||||||
docker pull "${image}" --platform "linux/arm64"
|
docker pull "${image}" --platform "linux/arm64"
|
||||||
docker save "${image}" -o "${image//\//_}-amd64.tar"
|
docker save "${image}" -o "${image//\//_}-arm64.tar"
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Compress the TAR files
|
- name: Compress the TAR files
|
||||||
|
|
Loading…
Reference in New Issue