mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #134] [FEATURE] ARM Docker build #97
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#97
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 @ethancedwards8 on GitHub (Oct 10, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/134
Describe the feature you'd like to see added
I'd like to know if we could get an ARM build for Docker, I run all my stuff on Raspberry Pi's with Docker so I sadly can't try this out unless I build the image myself.
Additional context
N/A
@benbusby commented on GitHub (Oct 11, 2020):
There actually is an ARM specific Dockerfile on the
feature/docker-updatesbranch, but I haven't tried it out yet and don't have a spare Pi at the moment. Could you try out that branch on your setup? If all goes well I can push a new Docker Hub tag specifically for ARM builds.@Zusier commented on GitHub (Nov 14, 2020):
I can confirm whoogle is working on Rasberry Pi4b
https://files.catbox.moe/m1mwkw.png
@benbusby commented on GitHub (Dec 30, 2020):
Quick update -- the new
buildx-experimentaltag on Docker Hub provides support for ARM builds. I'll be adding a CI build to automatically push updates to the multiarch image once I've tested it out a bit more.@benbusby commented on GitHub (Jan 5, 2021):
Closing this, as ARM is now supported via the
buildx-experimentaltag (and is being deployed automatically with pushes to thedevelopbranch). The README has been updated to indicate which tag to use for ARM machines as well.@xaabi6 commented on GitHub (Jan 22, 2021):
I know the issue has been closed but I would like to say that it's working flawlessly on my oDroid C2, thank you all who made this possible 👍