mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:10:17 +00:00
fix(hack): remove xen images during clean
This commit is contained in:
@@ -27,4 +27,6 @@ if command -v docker >/dev/null 2>&1; then
|
|||||||
delete_image sprout-kernel-build-aarch64 || true
|
delete_image sprout-kernel-build-aarch64 || true
|
||||||
delete_image sprout-boot-x86_64 || true
|
delete_image sprout-boot-x86_64 || true
|
||||||
delete_image sprout-boot-aarch64 || true
|
delete_image sprout-boot-aarch64 || true
|
||||||
|
delete_image sprout-xen-x86_64 || true
|
||||||
|
delete_image sprout-xen-aarch64 || true
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user