notaryproject / notation

A CLI tool to sign and verify artifacts
https://notaryproject.dev/
Apache License 2.0
302 stars 84 forks source link

build: add support for armv7 binary release #956

Open lmussier opened 3 weeks ago

lmussier commented 3 weeks ago

Modify targeted goarch and ignore irelevant configs (e.g windows / arm and darwi n/ arm)

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 71.34%. Comparing base (b6dca32) to head (a794f74). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #956 +/- ## ======================================= Coverage 71.34% 71.34% ======================================= Files 45 45 Lines 2174 2174 ======================================= Hits 1551 1551 Misses 429 429 Partials 194 194 ```

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

shizhMSFT commented 3 weeks ago

@lmussier Could you fix the DCO check?

FeynmanZhou commented 3 weeks ago

@lmussier Thanks for your contribution. You may refer to this doc to fix the DCO issue and submit signed git commit: https://github.com/notaryproject/.github/blob/main/CONTRIBUTING.md#commit

lmussier commented 3 weeks ago

@lmussier Could you fix the DCO check?

I'll do.

lmussier commented 3 weeks ago

Should be good know.

lmussier commented 2 weeks ago

Hi @notaryproject/notaryproject-notation-maintainers anything I have to do to retrigger a DCO check - I lmight have missed something also...