fix: allow for aarch64 build (#960)

This commit is contained in:
Tom Hu
2023-04-20 10:02:22 -07:00
committed by GitHub
parent 6757614f24
commit f539f977d5
5 changed files with 22 additions and 8 deletions

View File

@@ -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'