mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 14:47:24 +02:00
Add a few more arm options
This commit is contained in:
parent
f679e98ce0
commit
5e89aaf8eb
@ -60,6 +60,12 @@ if [[ ! -f /config/menus/remote/menu.ipxe ]]; then
|
||||
curl -o \
|
||||
/config/menus/remote/netboot.xyz-arm64.efi -sL \
|
||||
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64.efi"
|
||||
curl -o \
|
||||
/config/menus/remote/netboot.xyz-arm64-snp.efi -sL \
|
||||
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64-snp.efi"
|
||||
curl -o \
|
||||
/config/menus/remote/netboot.xyz-arm64-snponly.efi -sL \
|
||||
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64-snponly.efi"
|
||||
curl -o \
|
||||
/config/menus/remote/netboot.xyz-arm64.efi -sL \
|
||||
"https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-rpi4-snp.efi"
|
||||
|
Loading…
Reference in New Issue
Block a user