mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
🚀 Feature: Multi-Architecture Docker Image #410
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joevandeventer on GitHub.
Feature description
It would be useful to build PocketID for ARM as well as x86, to allow it to be hosted on Raspberry Pi and other SBCs.
Pitch
I just tried installing PocketID on the Pi I use as a Web gateway, to discover there was no matching manifest for ARM. I'll admit this was a quick drive-by docker-compose to test the software out, so I don't know if it has other dependencies that aren't ARM-compatible, if it's going to be a great deal of work, or what. But if it's just a matter of clicking another checkbox on the CI setup, it would be pretty appreciated - a decent number of people have Pis in their homelabs, and it's not like ARM is becoming less common.
@stonith404 commented on GitHub:
I'm running Pocket ID on a Raspberry Pi. Which OS are you using?
The image should support arm64 and x86:

@joevandeventer commented on GitHub:
Well that's embarrassing. :) I got:
I thought that meant no ARM image available, but I'm a Docker newbie - sorry to waste your time with tech support! I'll poke around and figure out what I should be doing.