mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
offline_signing: download artifacts in parallel
This commit is contained in:
parent
716b081cdf
commit
20eaa8a371
@ -21,7 +21,7 @@ download() {
|
|||||||
mkdir -p "${dir}"
|
mkdir -p "${dir}"
|
||||||
pushd "${dir}" >/dev/null
|
pushd "${dir}" >/dev/null
|
||||||
|
|
||||||
gsutil cp \
|
gsutil -m cp \
|
||||||
"${gs}/coreos_production_image.vmlinuz" \
|
"${gs}/coreos_production_image.vmlinuz" \
|
||||||
"${gs}/coreos_production_image.vmlinuz.sig" \
|
"${gs}/coreos_production_image.vmlinuz.sig" \
|
||||||
"${gs}/coreos_production_update.bin.bz2" \
|
"${gs}/coreos_production_update.bin.bz2" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user