rramiachraf / dumb

Private alternative front-end for Genius.
MIT License
201 stars 18 forks source link

Added ARM64 as a supported container image architecture #57

Closed spectrapulse closed 5 months ago

spectrapulse commented 6 months ago

I have some ARM64 nodes on my infrastructure and felt like it should run on those as well. So I made a repo which would compile the image for this architecure... Decided it would be better to add to the upstream repo instead so I just yoinked and modified what I made on said repo.

https://github.com/kankerdev/dumb/blob/da0f7686f25d8c15a7538ad167aa4bda3f0a905b/.github/workflows/build.yml

I might come back to this repo at some point to add cross-compilation to the build process instead as it would reduce runner time but this should work just fine for now.