We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c68075 commit 1961a71Copy full SHA for 1961a71
1 file changed
.github/workflows/build_gh_runner_images.yaml
@@ -465,6 +465,9 @@ jobs:
465
- arch: aarch64
466
platform: arm64
467
runner: ubuntu-24.04-arm
468
+ - arch: riscv64
469
+ platform: riscv64
470
+ runner: ubuntu-latest
471
- arch: x86_64
472
platform: amd64
473
runner: ubuntu-latest
@@ -544,6 +547,9 @@ jobs:
544
547
545
548
546
549
550
551
552
553
554
555
0 commit comments