irongut / CodeCoverageSummary

A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
MIT License
196 stars 56 forks source link

ARM64 not supported #342

Open flatherskevin opened 1 month ago

flatherskevin commented 1 month ago

Bug Report

ARM64 is officially available for GitHub Actions (see here). This architecture needs to be supported by the docker execution

Actions Log

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Expected Behavior

I would expect there to be an input that would allow me to select the architecture the runner is using