This commit is contained in:
parent
1ff7f5ebdc
commit
a0c1527615
@ -107,13 +107,13 @@ function mirror() {
|
||||
MULTIARCH=0
|
||||
|
||||
# We presumes that amd64 image should always be available.
|
||||
if ! get_image "amd64" "${image}"; then
|
||||
if ! get_image "${image}" "amd64"; then
|
||||
echo "! Image mirroring failed! Cannot obtain amd64 image!"
|
||||
|
||||
return 1
|
||||
fi
|
||||
|
||||
get_image "arm64" "${image}"
|
||||
get_image "${image}" "arm64"
|
||||
push_multiarch_image "${image}"
|
||||
cleanup "${image}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user