netbootxyz / docker-netbootxyz

netboot.xyz docker container
https://netboot.xyz/docs/docker
179 stars 52 forks source link

No new image for arm v7 since web app v0.7.0 #74

Open djraw opened 1 week ago

djraw commented 1 week ago

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. ;)

antonym commented 4 days ago

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.

antonym commented 4 days ago

I might have to play around with some hacks to get it working:

https://github.com/docker/build-push-action/issues/1071