You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: