leafac / kill-the-newsletter

Convert email newsletters into Atom feeds
https://kill-the-newsletter.com
MIT License
2.31k stars 113 forks source link

Still does not work on ARM? #85

Closed deepsu16 closed 3 weeks ago

deepsu16 commented 1 year ago

55 says that ARM support is coming soon... That was a year ago. Is it still going to happen or has this project been abandoned?

toelke commented 1 year ago

I have a Dockerfile for an earlier version here which can produce an arm64 image.

leafac commented 3 weeks ago

Hi @deepsu16,

Thanks for reaching out.

Unfortunately I worked on this for a while and concluded that there isn’t a straightforward way to create an ARM binary using GitHub Actions. (It’s possible, but it requires jumping through some hoops.)

In the interest of keeping things simple so that I can maintain them, I decided to not provide ARM binaries for now.

That said, Kill the Newsletter! should work in ARM just fine—it’s a matter of building it from source. There are pointers in the README for you to accomplish that.

Best.

toelke commented 3 weeks ago

https://github.com/toelke/docker-vnc/blob/main/.github/workflows/build-docker.yaml#L21-L26 (Just as an example)

I am running ktn on ARM.