RecipeSage-selfhost icon indicating copy to clipboard operation
RecipeSage-selfhost copied to clipboard

ARM64 Images

Open f1ana opened this issue 4 years ago • 3 comments

Hello! I've been a user of RecipeSage for a few months now, and really enjoying it. I was hoping to be able to run the self hosted solution on a Raspberry Pi, but it looks like all images are amd64 only. Is it possible to add ARM64 support as well? Or is something within the solution x86 specific? Thank you!

f1ana avatar Oct 04 '21 14:10 f1ana

Nothing specific to x86 AFAIK. I'd be happy to take a look at building for ARM.

julianpoy avatar Oct 10 '21 20:10 julianpoy

Nothing specific to x86 AFAIK. I'd be happy to take a look at building for ARM.

+1 on an ARM version, it appears that there are some Docker images that it relies on like pushpin does not have an ARM version.

deltatux avatar Feb 03 '22 22:02 deltatux

Yeah pushpin will be a blocker on this one. If anyone wants to open a PR with a builder for ARM I'll be happy to approve. Gave it a go with buildx but it's quite the undertaking.

julianpoy avatar May 10 '22 19:05 julianpoy

Does this container meet the need of arm64? https://hub.docker.com/r/zimbres/pushpin

MitchellSingleton avatar Apr 17 '23 04:04 MitchellSingleton

@MitchellSingleton seems like it could, though it doesn't have any documentation so am a little skeptical. Wouldn't be opposed to putting a note in the selfhosting guide regarding that image as an option.

Unfortunately that's not the only issue. I've had trouble getting buildx not to time out (from taking so long) in CircleCI. If anyone has advice on getting buildx going with good performance (or another option), I'd love some assistance.

julianpoy avatar Apr 17 '23 06:04 julianpoy

All of the selfhost infra now supports ARM except for pushpin. Users can swap to the zimbres/pushpin image for ARM usage, though I have not validated that image as genuine and trusted.

I looked into building a pushpin image but ran into some issues. For now, I'm considering this issue closed. Please comment if you have any issues.

julianpoy avatar May 01 '23 06:05 julianpoy