diff --git a/ipxe/pkg.yaml b/ipxe/pkg.yaml index bf802c48b..a707e88af 100644 --- a/ipxe/pkg.yaml +++ b/ipxe/pkg.yaml @@ -17,6 +17,14 @@ steps: tar -xzf ipxe.tar.gz --strip-components=1 patch -p1 < /pkg/patches/https.patch + + # ref: https://github.com/siderolabs/sidero/issues/806 + {{ if eq .ARCH "aarch64" }} + cat < src/config/local/nap.h + #undef NAP_EFIARM + #define NAP_NULL + EOF + {{ end }} build: - | cd src/