itteco / iframely

oEmbed proxy. Supports over 1800 domains via custom parsers, oEmbed, Twitter Cards and Open Graph
https://iframely.com
Other
1.53k stars 302 forks source link

Is an aarch64 build planned ? #337

Open Jojonintendo opened 3 years ago

Jojonintendo commented 3 years ago

I have recently installed a Lemmy instance on my Rock64 (Pine64 SBC) following this guide: https://join-lemmy.org/docs/en/administration/install_docker.html

Everything seems to run fine except for the following error that indefinitely repeats with docker-compose logs:

iframely_1 | standard_init_linux.go:228: exec user process caused: exec format error

I noticed that this component was the only one that didn't have an aarch64 version, which felt weird because docker-compose didn't even warn about it.

It would be really nice to have an aarch64 version, as it would allow it to work on low-powered SBC like Raspberry Pi.

Thanks in advance for your time.

iparamonau commented 3 years ago

Hey thanks for reporting. Iframely's Docker is community-maintained. We have no capacity for it ourselves. Feel free to submit the PRs. It will be very much appreciated!

marwonline commented 3 years ago

Hey @Jojonintendo ,

as far as I know, there is no official docker image of Iframely hosted on dockerhub. So, I assume that you build your docker image yourself.

Can you try if the following steps work? (Run it on your ARM based system.)

Jojonintendo commented 3 years ago

Many thanks for your detailed reply. Unfortunately now iframely is no longer needed for my project. I'm sure someone more qualified than me will be able to work with these instructions. Thanks again for your time.