rancher / system-upgrade-controller

In your Kubernetes, upgrading your nodes
Apache License 2.0
723 stars 86 forks source link

Add GHA workflows #311

Closed bfbachmann closed 3 months ago

bfbachmann commented 4 months ago

Added GHA workflows:

  1. CI on Pull Request: Runs tests on arm64 and adm64 on any PR.
  2. CI on Release Tag: Runs tests, creates a GH release with artifacts, and builds and pushes Docker containers. Example images produced by the build can be found here. Example releases with artifacts can be found here.
  3. FOSSA Scans: Just runs security scans on master.

SURE-8004