buchgr/bazel-remote

Build release binaries on ubuntu-20.04

criemen opened this issue · 2 comments

HI,

would it be possible to switch release binary building to Ubuntu 20.04? As you're building a cgo binary, it depends on glibc, which in turn depends on the precise glibc version of the toolchain used (usually: the build host).
I'd like to deploy bazel-remote into a Ubuntu 20.04 environment, but it doesn't start, as the glibc there is too old.

I wanted to prepare a PR to your release workflow to that effect, but as that's already failing on arm64, I'm not sure how useful that would be.

Sorry about this. I need to find some time to fix the release workflow. In the meantime, I replaced https://github.com/buchgr/bazel-remote/releases/download/v2.4.4/bazel-remote-2.4.4-linux-x86_64 with a version build on ubuntu 20.04.

I will close this issue now, and fix the release process before the next release.

Thank you for the quick help ❤