2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-22 17:42:26 +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 611e1f5bc3
commit ee01dfd05e
@@ -174,6 +174,7 @@ pxearchs = {
b'\x00\x09': 'uefi-x64',
b'\x00\x0b': 'uefi-aarch64',
b'\x00\x10': 'uefi-httpboot',
b'\x00\x13': 'uefi-httpboot', # arm httpboot
}