You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I realized that the web app has been updated so I wanted to pull the latest image on my RaspberryPi.
Unfortunately I get this:
me:~ $ docker pull ghcr.io/netbootxyz/netbootxyz
Using default tag: latest
latest: Pulling from netbootxyz/netbootxyz
no matching manifest for linux/arm/v7 in the manifest list entries
Is this intended? I couldn`t find info that arm v7/armhf support has been dropped.
Well, OK, I just read closer and this is what it says on the docs page:
Supported Architectures
netboot.xyz supports x86 (both 32-bit and 64-bit) as well as arm64 architectures. Both Legacy and UEFI BIOS modes are supported. The menus identify the platform loaded and enable menu options based on the architecture loaded.
So no armhf/v7 .. But why? It worked flawless on my RasPi and still does load current menus.. until it doesn't in the future. ;)
The text was updated successfully, but these errors were encountered:
I think I originally dropped it because the Github Actions build job would get stuck on building the arm/v7 image. I'm trying it again on Alpine 3.20.3 but it still appears to be hanging the build job.
Hi there, I realized that the web app has been updated so I wanted to pull the latest image on my RaspberryPi.
Unfortunately I get this:
Is this intended? I couldn`t find info that arm v7/armhf support has been dropped.
Well, OK, I just read closer and this is what it says on the docs page:
So no armhf/v7 .. But why? It worked flawless on my RasPi and still does load current menus.. until it doesn't in the future. ;)
The text was updated successfully, but these errors were encountered: