mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 08:31:04 +02:00
Merge pull request #227 from marineam/vhd
fix(vm_image_util): Fix DIGESTS path for compressed vhd images.
This commit is contained in:
commit
29f6a696be
@ -764,7 +764,7 @@ vm_upload() {
|
||||
fi
|
||||
|
||||
# If upload_images compressed $legacy_uploaded be sure to add .bz2
|
||||
if [[ "${legacy_uploaded}" =~ \.(img|bin|vdi|vmdk)$ ]]; then
|
||||
if [[ "${legacy_uploaded}" =~ \.(img|bin|vdi|vhd|vmdk)$ ]]; then
|
||||
legacy_uploaded+="${IMAGE_ZIPEXT}"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user