CaramelFur / Picsur

An easy to use, selfhostable image sharing service like Imgur with built in converting
https://picsur.org/
GNU Affero General Public License v3.0
802 stars 42 forks source link

Publish a multiarch docker image #3

Closed CalinLeafshade closed 2 years ago

CalinLeafshade commented 2 years ago

The current docker image seems to be x86 only and won't run on a raspberry pi.

Please publish an arm64 version or a multiarch container.

Thanks

CaramelFur commented 2 years ago

Hi, a multiarch container wont be possible, since this project contains node modules with native code. But I can look into adding a native ARM64 container image in the future. I'll add it to the todo list.

CaramelFur commented 2 years ago

Support for multiarch arm64 has been added, and will be included in the next major release

CaramelFur commented 2 years ago

The next realease is here, you should now be able to run the latest version on your ARM64 device.