PelionIoT / distro-pelion-edge

Scripts for generating pelion-edge deb (Ubuntu) installer
Apache License 2.0
1 stars 2 forks source link

Add a github action to build every deb-based distro/arch combination #187

Closed ryannowarm closed 3 years ago

ryannowarm commented 3 years ago

This is some parallel build automation along with Jenkins. It's an easy way to double check any possible infrastructure issues with the jenkins builds.

Note: that CI is failing here because of the bionic arm64 fluentbit build bug. Here's a branch of this with Nic's fix showing that CI passes with his fix. Perhaps we should just wait until that's merged before merging this?

ryannowarm commented 3 years ago

Looks great! Were there any repo-level settings in github that you had to enable or adjust, or was this new file build.yml sufficient to run the action?

Any yaml file in .github/workflows/ gets parsed and executed automatically