omsf-eco-infra / gha-runner

A simple GitHub Action for creating cloud-based self-hosted runners.
MIT License
0 stars 3 forks source link

feat(gh): full Linux arch support #12

Closed ethanholz closed 4 months ago

ethanholz commented 4 months ago

This PR aims to support the entire set of Linux architectures as provided by actions/runner.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.21%. Comparing base (81c4f29) to head (4cd1a15).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== + Coverage 94.11% 94.21% +0.10% ========================================== Files 3 3 Lines 289 294 +5 ========================================== + Hits 272 277 +5 Misses 17 17 ``` | [Flag](https://app.codecov.io/gh/omsf-eco-infra/gha-runner/pull/12/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=omsf-eco-infra) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/omsf-eco-infra/gha-runner/pull/12/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=omsf-eco-infra) | `94.21% <100.00%> (+0.10%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=omsf-eco-infra#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ethanholz commented 4 months ago

@dwhswenson this is ready to merge whenever you are.

dwhswenson commented 4 months ago

Merged in main in order to get CodeCov updates, and then forgot to finish the merge here! Merging now.