Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled docker for platform linux/arm64/v8 requested #741

Open
aercamti opened this issue Oct 27, 2024 · 1 comment
Open

Compiled docker for platform linux/arm64/v8 requested #741

aercamti opened this issue Oct 27, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aercamti
Copy link

aercamti commented Oct 27, 2024

Error when installing fts on a RPi 5 (8GB RAM), using Ubuntu server 24.04 and docker:
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Tried to resolve this by adding
platform: linux/arm64/v8
to compose.yaml, but no success.

New error:

docker compose up -d
 [+] Running 0/1
 ⠴ freetakserver Pulling 0.5s
image with reference ghcr.io/freetakteam/freetakserver:latest was found but does not match the specified platform: wanted linux/arm64/v8, actual: linux/amd64

Instructions here suggest to open an issue and request a new one.

Would be great, if Raspberry Pi 5 would also be supported by compiling a suitable docker image. Thanks.
P.S.: Ubuntu Server 22.04 does not run natively on RPi 5...

@brothercorvo
Copy link
Collaborator

@RadioAndrea can you look into that?

@brothercorvo brothercorvo added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants