Support other distributions
Closed this issue · 4 comments
tristanpemble commented
I am unable to run my pipeline locally with the new Go builds since it is only built for Linux. It would be nice if the releases were cross-compiled and the plugin detected which needed to be loaded.
adikari commented
Which distro are you running?
tristanpemble commented
macOS (Big Sur)
adikari commented
May be we can add that functionality. I am bit busy now but if I get a chance I will do that. Happy for someone to create a PR too. We can have a discussion on how that would work.
adikari commented
The plugin now has the ability to build multiple distros. As of version 2.1.0, the plugin detects operating system (mac or linux) and arch (amd64 or arm64). If you need more distro support we should be able to add that easily. Thanks to @runlevel5 for getting this sorted.