Open TimmyYung opened 3 years ago
Adding https://github.com/jlesage/docker-baseimage/issues/1 as a dependency to this issue.
+1 for this. I am currently experimenting with K3s on RPi and having Picard running on arm64 would be great 👍
@kullervo610 just waiting on the base image author to release their ARM version (which should hopefully be very soon). Once that's done, I will convert this image to multi-arch.
@mikenye https://github.com/jlesage/docker-baseimage/issues/1 has been closed
Hello,
I'm still not able to run Picard on an Arm chip? (Freebox Delta)
Here is the issue :
⠿ Container musicbrainz-picard-1 Created 4.9s
Attaching to musicbrainz-picard-1
musicbrainz-picard-1 | exec /init: exec format error
And my docker-composer.yml
version: '3'
services:
picard:
image: mikenye/picard:latest
ports:
- "4530:5800"
volumes:
- "/home/freebox/musicbrainz:/config:rw"
- "/mnt/Freebox/Musiques:/storage:rw"
Docker version
Client: Docker Engine - Community
Version: 20.10.21
API version: 1.41
Go version: go1.18.7
Git commit: baeda1f
Built: Tue Oct 25 18:01:11 2022
OS/Arch: linux/arm64
Context: default
Experimental: true
Is there any solution?
Thanks a lot :)
Oh Yes! Since version 3.0.0 https://github.com/jlesage/docker-baseimage/releases/tag/v3.0.0
Baseimage is compatible with multi-arch.
But... I don't know how to convert this image to arm :)
Adding jlesage/docker-baseimage#1 as a dependency to this issue.
@mikenye any update on this please ?
Any update for the arm64 docker version ?
curious about update!
I guess we'll never get any arm64 version smh
Bump. Same issue here.
Currently Picard's docker only supports amd64 chips and was wondering if it was possible for it to support arm chips? This is so that the docker can then run on a raspberry pi.