sigstore / cosign

Code signing and transparency for containers and binaries
Apache License 2.0
4.24k stars 507 forks source link

Remove cross.yaml workflow #3629

Closed cmurphy closed 3 months ago

cmurphy commented 3 months ago

The artifacts uploaded by cross.yaml are not used anywhere. Moreover, the ability to build on all three platforms and use the resulting binary is already tested in e2e-with-binary.yml. This change removes the workflow for the sake of decluttering the workflows and reducing our use of GitHub storage.

Summary

Release Note

Documentation

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 40.41%. Comparing base (2ef6022) to head (35b2e33). Report is 61 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3629 +/- ## ========================================== + Coverage 40.10% 40.41% +0.31% ========================================== Files 155 155 Lines 10044 10087 +43 ========================================== + Hits 4028 4077 +49 + Misses 5530 5517 -13 - Partials 486 493 +7 ```

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