arm 64 image build #534

Closed
opened 2026-02-20 15:20:34 -05:00 by deekerman · 3 comments
Owner

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:beta on armv7l (baremetal C1 on scaleway)

Originally created by @nox-404 on GitHub (Apr 23, 2019). Originally assigned to: @NGPixel on GitHub. <!-- Wiki.js 1.x? Go to https://github.com/Requarks/wiki-v1/issues --> ### 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:beta` on `armv7l` (baremetal C1 on scaleway)
deekerman 2026-02-20 15:20:34 -05:00
Author
Owner

@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.

@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.
Author
Owner

@NGPixel commented on GitHub (Jul 19, 2019):

Docker images for arm64 and armv7 are now available.

@NGPixel commented on GitHub (Jul 19, 2019): Docker images for arm64 and armv7 are now available.
Author
Owner

@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:

docker run -d -p 8080:3000 --name wikijs --restart unless-stopped -v ~/wikijsconfig.yml:/wiki/config.yml requarks/wiki:beta-arm64

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"

@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: > docker run -d -p 8080:3000 --name wikijs --restart unless-stopped -v ~/wikijsconfig.yml:/wiki/config.yml requarks/wiki:beta-arm64 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"
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wiki#534
No description provided.