Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release binary linux-amd64 not working in alpine:3.15 #119

Open
pfiaux opened this issue Feb 17, 2022 · 1 comment
Open

Release binary linux-amd64 not working in alpine:3.15 #119

pfiaux opened this issue Feb 17, 2022 · 1 comment

Comments

@pfiaux
Copy link

pfiaux commented Feb 17, 2022

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.

@pfiaux
Copy link
Author

pfiaux commented Feb 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant