mirror of https://github.com/docker/cli.git
gha: pin codecov uploader to v0.7.3
Codecov uploader v0.8.0 for macOS is built for arm64, which fails to run on (Intel) macos-12 runners with "unknown error -86" (-EBADARCH). Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
3768d28545
commit
6ce1dd5384
|
@ -77,3 +77,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
file: /tmp/coverage.txt
|
file: /tmp/coverage.txt
|
||||||
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli
|
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli
|
||||||
|
version: v0.7.3 # Work around https://github.com/codecov/uploader/issues/1687 -- uploader v0.8.0 for mac is built for arm64, not x86_64
|
||||||
|
|
Loading…
Reference in New Issue