christophebedard / dco-check

Simple DCO check script to be used in any CI
Apache License 2.0
12 stars 6 forks source link

Build Docker image for arm64 as well #118

Closed christophebedard closed 2 years ago

christophebedard commented 2 years ago

Closes #116

Based on: https://github.com/docker/build-push-action/blob/b1aeb1103e6b3b5648dbd6deaf0559919456ca6b/docs/advanced/multi-platform.md.

Signed-off-by: Christophe Bedard bedard.christophe@gmail.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #118 (1353e73) into master (ff412ab) will increase coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   66.99%   67.19%   +0.19%     
==========================================
  Files           2        2              
  Lines         506      506              
  Branches       98       98              
==========================================
+ Hits          339      340       +1     
+ Misses        138      133       -5     
- Partials       29       33       +4     
Impacted Files Coverage Δ
dco_check/dco_check.py 67.06% <0.00%> (+0.19%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff412ab...1353e73. Read the comment docs.