mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
fix: Remove UEFI booting armhf
short-term fix, as grub2 for armhf has issues. we are investigating if we still need an armhf VM, as there is no armhf server hardware available.
This commit is contained in:
parent
a580abfcff
commit
4f51ff4521
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
case $ARCH in
|
||||
amd64|arm64|armhf|riscv64)
|
||||
amd64|arm64|riscv64)
|
||||
;;
|
||||
*)
|
||||
echo "We don't create EFI images for $ARCH."
|
||||
|
Loading…
x
Reference in New Issue
Block a user