As per buildkite/agent#370 it looks like buildkite-agent won't be statically linking glibc — so we'll either need to build the agent ourselves using the golang:alpine image or update the buildkite/agent publishing process to also publish a self-contained statically linked version.
As per buildkite/agent#370 it looks like buildkite-agent won't be statically linking glibc — so we'll either need to build the agent ourselves using the
golang:alpine
image or update thebuildkite/agent
publishing process to also publish a self-contained statically linked version.