Closed sjthespian closed 1 year ago
I'm going to put a pin in this. I want to get the travisCI integration done first so the builds are fully automated. Its still a manual process to deal with releases and I want to fix that first before we go crazy with the number of binaries being produced
@jspaleta what are your thoughts about adding ARM support? We had a similar request in #27.
This plugin has a problem in that it takes upwards of 30 minutes to build all the targets already. If we add arm, we are basically doubling that to an hour. We need to rethink how we approach this.
Because these are not statically compiled binaries, we can't have one build per arch.... trying to build multi-arch for all linux distros is unsustainable.
Okay more on this... The build process for ARM would require introducing some sort of cross compile process as github actions doesnt offer an ARM runner yet. Not impossible but also not a small change. Something I'd certainly review and try to merge if it were contributed, but its hard to see this bubbling up into my priorities relative to other things.
@sjthespian I had some free time, #39
Seems this can be closed.
I'm trying to get sensu plugins that work on my rpi boxes. For this one, the following patch makes the build produce properly-named assets for the build architecture.