mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 19:26:13 +00:00
This commit adds a GitHub Actions workflow to replace both CircleCI and LinuxKit CI. It will build the Linuxkit binary, run tests and upload artifacts It replaces the Integration Tests that are run by Linuxkit CI via the make ci or make ci-pr targets with multiple sets of Integration Tests that are run in parallel. It does not yet test GCP. The GCP test in LinuxKit CI could be moved to RTF Signed-off-by: Dave Tucker <dave@dtucker.co.uk>