Without this change, we are unable to use the latest version of this plugin because of this error message in the command hook:
curl: (22) The requested URL returned error: 404
--
| failed to download https://github.com/monebag/monorepo-diff-buildkite-plugin/releases/download/latest/monorepo-diff-buildkite-plugin_Linux_amd64
This is because the published binaries use lowercase "linux":
I also find it a little wild that every invocation of this plugin is making a call to download a file from this repository and will open an issue to address that.
This fixes an issue where
uname -s
provides a result of capitalLinux
as seen here:We're running a Debian variant where this is true for our agent:
Without this change, we are unable to use the latest version of this plugin because of this error message in the command hook:
This is because the published binaries use lowercase "linux":
I also find it a little wild that every invocation of this plugin is making a call to download a file from this repository and will open an issue to address that.