buildkite-agent-metrics
buildkite-agent-metrics copied to clipboard
Release binary linux-amd64 not working in alpine:3.15
trafficstars
Trying to build a docker image using the release binaries from github, I tried with buildkite-agent-metrics-linux-amd64 but on alpine (3.15) when I try to run the file I get an error:
$ ./buildkite-agent-metrics
bash: ./buildkite-agent-metrics: No such file or directory
Quickly tried with an ubuntu image it works fine, am I missing something? I find this strange since the Dockerfile example builds for an alpine image.
Looks like the pipeline doesn't use the static flag, that's probably why: https://github.com/buildkite/buildkite-agent-metrics/blob/master/.buildkite/pipeline.yml#L15