playit-cloud / playit-agent

The playit program
BSD 2-Clause "Simplified" License
237 stars 20 forks source link

error on docker with raspberry pi #99

Open mihkuno opened 1 week ago

mihkuno commented 1 week ago

im attempting to install the playit client on docker on a raspberry pi, following the site instructions. is there no available docker image for arm?


user@host:~/services/playit $ sudo docker-compose up
Pulling playit (ghcr.io/playit-cloud/playit-agent:0.15)...
0.15: Pulling from playit-cloud/playit-agent
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

user@host:~/services/playit $ cat docker-compose.yml
version: '3'

services:
  playit:
    image: ghcr.io/playit-cloud/playit-agent:0.15
    network_mode: host
    environment:
    - SECRET_KEY=${PLAYIT_SECRET_KEY}
xMikux commented 1 week ago

The next release will have arm64 docker build, which I added at #98.