[PATCH] ci: container: add qemu-efi-aarch64 for testing against EDK-II
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Feb 16 00:43:15 PST 2026
barebox as EFI payload recently regressed with the addition of PBL ELF
support, so let's add EDK-II to the container, so we can start running
tests against it in CI.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
test/Containerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/Containerfile b/test/Containerfile
index fc1d8f5f9671..dd9347a32e81 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -42,6 +42,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
qemu-system-mips \
qemu-system-x86 \
qemu-system-common \
+ qemu-efi-aarch64 \
ovmf \
python3 \
python3-crcmod \
--
2.47.3
More information about the barebox
mailing list