2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-02 00:08:35 +00:00

Add UEFI HTTP boot for arm64 to recognized archs

For now, we serve up the whole image, no need to distinguish arm from x86 here yet
This commit is contained in:
Jarrod Johnson
2026-05-20 12:38:15 -04:00
parent eb21d930cb
commit 875c5eac2c
@@ -126,6 +126,7 @@ pxearchs = {
b'\x00\x09': 'uefi-x64',
b'\x00\x0b': 'uefi-aarch64',
b'\x00\x10': 'uefi-httpboot',
b'\x00\x13': 'uefi-httpboot', # arm httpboot
}