From 8e28f8f27156a2f0983ff0b77d94650b29d22f01 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 13 Aug 2023 19:44:13 -0500 Subject: [PATCH] Add additional arm images --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 356306f..b7b9e66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ ADD https://boot.netboot.xyz/ipxe/netboot.xyz.efi /tftpboot/ ADD https://boot.netboot.xyz/ipxe/netboot.xyz-snp.efi /tftpboot/ ADD https://boot.netboot.xyz/ipxe/netboot.xyz-snponly.efi /tftpboot/ ADD https://boot.netboot.xyz/ipxe/netboot.xyz-arm64.efi /tftpboot/ +ADD https://boot.netboot.xyz/ipxe/netboot.xyz-arm64-snp.efi /tftpboot/ +ADD https://boot.netboot.xyz/ipxe/netboot.xyz-arm64-snponly.efi /tftpboot/ ADD https://boot.netboot.xyz/ipxe/netboot.xyz-rpi4-snp.efi /tftpboot/ RUN find /tftpboot -type f -exec chmod 0444 {} +