mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-11 17:00:05 +00:00
fix: allow for aarch64 build (#960)
This commit is contained in:
parent
6757614f24
commit
f539f977d5
5 changed files with 22 additions and 8 deletions
|
|
@ -63,7 +63,7 @@ inputs:
|
|||
description: 'Specify a prefix on files listed in the network section of the Codecov report. Useful to help resolve path fixing'
|
||||
required: false
|
||||
os:
|
||||
description: 'Override the assumed OS. Options are alpine | linux | macos | windows.'
|
||||
description: 'Override the assumed OS. Options are aarch64 | alpine | linux | macos | windows.'
|
||||
required: false
|
||||
override_branch:
|
||||
description: 'Specify the branch name'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue