comby-tools/comby

builds for arm64

davejrt opened this issue · 2 comments

@rvantonder would you welcome a PR that builds releases for arm64? We're currently working on this at SG to get it integrated into our new bazel builds and building it in our tool chain is proving complicated.

I'd be happy to do the work and setup the PR.

Dave

hey @davejrt yes you're welcome to! did you have in mind to target with a build command, or adding a Dockerfile build? A Dockerfile for reference. Either way, go for it!

I can do both, ideally we just want to have an archive or a binary on this repo that we can download directly from the releases. I'm happy to add arm64 specific references to the docker builds and then extract the binary from that image somehow.