Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
djraw opened this issue Oct 20, 2024 · 2 comments
Open

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

djraw opened this issue Oct 20, 2024 · 2 comments

Comments

@djraw
Copy link

djraw commented Oct 20, 2024

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
Copy link
Member

antonym commented Oct 23, 2024

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
Copy link
Member

antonym commented Oct 23, 2024

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

docker/build-push-action#1071

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants