mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:57:36 -05:00
arm 64 image build #534
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki#534
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 @nox-404 on GitHub (Apr 23, 2019).
Originally assigned to: @NGPixel on GitHub.
Actual behavior
Wiki 2 doesn't start and we get this error:
standard_init_linux.go:207: exec user process caused "exec format error"Expected behavior
Wiki 2 to start
Steps to reproduce the behavior
docker run --rm -it requarks/wiki:betaonarmv7l(baremetal C1 on scaleway)@chadweimer commented on GitHub (Jul 6, 2019):
Came across this looking for arm32v7 (armhf) support. I am making the (potentially incorrect) assumption that the lack of it is the reason it's failing on scaleway, since arm64 would correspond to aarch. In my case, I'm interested in running on a Raspberry Pi.
@NGPixel commented on GitHub (Jul 19, 2019):
Docker images for arm64 and armv7 are now available.
@thelazyanalyst commented on GitHub (Aug 4, 2019):
Hello,
This bug is still present.
I followed the instructions to the letter here: https://docs.requarks.io/install/docker
STR
My commands on my RPI 3 B+ (arm64) Raspbian Buster:
This causes an infinite restart loop with the same error message about wrong arch:
standard_init_linux.go:211: exec user process caused "exec format error"