kill-the-newsletter icon indicating copy to clipboard operation
kill-the-newsletter copied to clipboard

Still does not work on ARM?

Open deepsu16 opened this issue 2 years ago • 1 comments

#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?

deepsu16 avatar Feb 05 '23 20:02 deepsu16

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

toelke avatar Feb 16 '23 11:02 toelke

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.

leafac avatar Jun 05 '24 14:06 leafac

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.

toelke avatar Jun 05 '24 14:06 toelke