Skip to content

Commit

Permalink
travis: build and upload RISC-V docker images too (#30739)
Browse files Browse the repository at this point in the history
Requested by @barnabasbusa
  • Loading branch information
karalabe authored Nov 8, 2024
1 parent 896fc51 commit 55fdbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
before_install:
- export DOCKER_CLI_EXPERIMENTAL=enabled
script:
- 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

# This builder does the Linux Azure uploads
- stage: build
Expand Down

0 comments on commit 55fdbb7

Please sign in to comment.