Skip to content

Commit 73d3507

Browse files
karalabejakub-freebit
authored andcommitted
travis: build and upload RISC-V docker images too (ethereum#30739)
Requested by @barnabasbusa
1 parent ea4018f commit 73d3507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
before_install:
2626
- export DOCKER_CLI_EXPERIMENTAL=enabled
2727
script:
28-
- go run build/ci.go dockerx -platform "linux/amd64,linux/arm64" -upload ethereum/client-go
28+
- go run build/ci.go dockerx -platform "linux/amd64,linux/arm64,linux/riscv64" -upload ethereum/client-go
2929

3030
# This builder does the Linux Azure uploads
3131
- stage: build

0 commit comments

Comments
 (0)