Skip to content

Commit

Permalink
fix: ipxe efi file for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mglants committed May 23, 2024
1 parent 2b5eab4 commit ff1958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rpi-dnsmasq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ LABEL xyz.glants.image.target_os=$TARGETOS
LABEL org.opencontainers.image.title="rpi-dnsmasq"
LABEL org.opencontainers.image.source="github.com/poseidon/dnsmasq"
COPY --from=rpi /tftp /var/lib/tftpboot
RUN curl -s -o var/lib/tftpboot/ipxe-arm64.efi http://boot.ipxe.org/ipxe.efi
RUN curl -s -o var/lib/tftpboot/ipxe-arm64.efi https://boot.ipxe.org/arm64-efi/ipxe.efi

0 comments on commit ff1958b

Please sign in to comment.