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.
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.
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.