mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-24 22:45:49 +03:00
[GH-ISSUE #74] No new image for arm v7 since web app v0.7.0 #143
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @djraw on GitHub (Oct 20, 2024).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/74
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. ;)
@antonym commented on GitHub (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 commented on GitHub (Oct 23, 2024):
I might have to play around with some hacks to get it working:
https://github.com/docker/build-push-action/issues/1071