Closed runlevel5 closed 3 years ago
@runlevel5 This sounds like a reasonable request. I am bit busy at the moment and wont be able to work on this. I am happy for you to take a stab at this and create a PR.
If you want to work on this here are some pointers that might help you get started.
arm
binary https://github.com/chronotc/monorepo-diff-buildkite-plugin/blob/master/.github/build#L3After this each release will have 2 binaries attached in the release. Next, we need to be able to specify which binary we want to use during build. Currently, on the command hook, the binary to use is hardcoded to be the only one available. You might want to use Buildkite environment variable to be able to download the correct binary. https://github.com/chronotc/monorepo-diff-buildkite-plugin/blob/master/hooks/command#L7
Happy to explore other possibilities to achieve this if you have suggestions. If you don't get around this, hopefully I will be free to pick this up at some point.
There is another issue requesting for mac binary https://github.com/chronotc/monorepo-diff-buildkite-plugin/issues/64
@adikari I will have a look and make a PR
ARM-based Buildkite CI/CD has become very popular. Wondering if the team could release linux-arm64 binary?
Many thanks