mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #162] standard_init_linux.go:207: exec user process caused "exec format error" #116
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#116
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 @OlivierVerhoek on GitHub (Dec 29, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/162
Describe the bug
2020-12-29T15:11:43.966179075Z standard_init_linux.go:207: exec user process caused "exec format error"
To Reproduce
Steps to reproduce the behavior:
Go to RPI and execute the deployment in terminal
Deployment Method
docker pull benbusby/whoogle-search
docker run --publish 5000:5000 --detach --name whoogle-search benbusby/whoogle-search:latest
Desktop (please complete the following information):
@benbusby commented on GitHub (Dec 30, 2020):
I just pushed a new tag (
buildx-experimental) to Docker Hub with support for ARM builds. Could you try that one out rather than thelatesttag?@fabriciopirini commented on GitHub (Dec 30, 2020):
Not OP but I had the same problem and the new
buildx-experimentaltag solved! Thanks!@benbusby commented on GitHub (Jan 5, 2021):
Closing this, as ARM is now supported via the
buildx-experimentaltag. The README has been updated to indicate which tag to use for ARM machines as well.