We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e06e89 commit 2b53182Copy full SHA for 2b53182
.travis.yml
@@ -25,7 +25,7 @@ jobs:
25
before_install:
26
- export DOCKER_CLI_EXPERIMENTAL=enabled
27
script:
28
- - go run build/ci.go dockerx -platform "linux/amd64,linux/arm64" -upload ethereum/client-go
+ - go run build/ci.go dockerx -platform "linux/amd64,linux/arm64,linux/riscv64" -upload ethereum/client-go
29
30
# This builder does the Linux Azure uploads
31
- stage: build
0 commit comments