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

error on docker with raspberry pi #99

Open
mihkuno opened this issue Sep 2, 2024 · 8 comments
Open

error on docker with raspberry pi #99

mihkuno opened this issue Sep 2, 2024 · 8 comments

Comments

@mihkuno
Copy link

mihkuno commented Sep 2, 2024

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
Copy link
Contributor

xMikux commented Sep 5, 2024

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

@jd-apprentice
Copy link

The arm build got removed again.. any reason?

@loriopatrick
Copy link
Contributor

The arm build got removed again.. any reason?

GitHub actions took too long to do the build and would fail.

@xMikux
Copy link
Contributor

xMikux commented Dec 1, 2024

Hmm, it seems like QEMU on arm sometimes will cause a long time to build, or maybe we can just download pre-build binary from the release to build image?

@jd-apprentice
Copy link

For now, I'm going to use the binary itself with a systemd service.

@gabepar123
Copy link

Any work arounds for this?

@jd-apprentice
Copy link

Any work arounds for this?

You can do this #99 (comment)

@xMikux
Copy link
Contributor

xMikux commented Jan 19, 2025

Hmm, it seems like QEMU on arm sometimes will cause a long time to build, or maybe we can just download pre-build binary from the release to build image?

Will fix on PR #107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants