mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 06:05:52 +03:00
[GH-ISSUE #25] standard_init_linux.go:211: exec user process caused "exec format error" #21
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#21
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 @fdddf on GitHub (Jan 25, 2021).
Original GitHub issue: https://github.com/Finb/bark-server/issues/25
Originally assigned to: @Finb, @mritd on GitHub.
failed to run docker-compose with latest docker image, it outputs:
arm64 on ubuntu
@mritd commented on GitHub (Jan 25, 2021):
Sorry, the arm version of docker image is not currently available.
This week I will rebuild the docker image through buildx.
@mritd commented on GitHub (Jan 30, 2021):
@fdddf Now you can run it with
mritd/bark-serverimage temporarily, we will push tofinb/bark-serverlater.@mritd commented on GitHub (Jan 30, 2021):
@Finb Please use the
make buildxcommand to rebuild the docker image. You may need to enable the docker buildx feature according to the documentation. Good luck.Enable docker experimental feature:
Docs: https://github.com/docker/cli/blob/master/experimental/README.md#use-docker-experimental
Install buildx command:
Docs: https://github.com/docker/buildx/blob/master/README.md#installing