FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
684 stars 173 forks source link

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

Open aercamti opened 1 month ago

aercamti commented 1 month ago

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 commented 3 weeks ago

@RadioAndrea can you look into that?