blastbeng / spotisub

Spotify to subsonic Playlist Generator and Importer
MIT License
105 stars 6 forks source link

arm64 support #73

Open o0mba0o opened 1 month ago

o0mba0o commented 1 month ago

Is there an existing issue for this?

Expected feature

Hello,

Is docker arm64 support planned for raspberry pi?

Possible Solutions

No response

Context / Reason

Unfortunately spotisub does not run on the raspberry pi

Code of Conduct

blastbeng commented 1 month ago

Unfortunately I haven't a raspberry pi to test it. Please attach your log so I can solve the problem

o0mba0o commented 1 month ago

"! spotisub The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested"

blastbeng commented 1 month ago

"! spotisub The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested"

OK I will build an image for arm64. There shouldn't be any issue.

By the way you can build it yourself using the docker-compose.build.yml file inside the repo.

noxPHX commented 1 month ago

Hello, I've just discovered your project and it really fits my need! I'm also a raspberry pi user and I manage to build the image, but I had to add the g++ package.

blastbeng commented 1 month ago

Hello, I've just discovered your project and it really fits my need! I'm also a raspberry pi user and I manage to build the image, but I had to add the g++ package.

I had few time to work on this project, so I didn't try to build arm64 version...

If it is working adding g++ can you share your dockerfile? I will test it out and eventually add it to the automated github build.

noxPHX commented 1 month ago

I've just created the PR #75 Added the package to the Dockerfile and the parameters to build the image with actions but I could not test it. Please double check it.

blastbeng commented 3 weeks ago

I've just created the PR #75 Added the package to the Dockerfile and the parameters to build the image with actions but I could not test it. Please double check it.

I have merged your pr into the dev branch

The next week I will release this on a new tag 0.3.4 and also merge to the latest branch/tag

noxPHX commented 2 weeks ago

Great news!