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 334eadd commit db8f513Copy full SHA for db8f513
.github/workflows/ci.yml
@@ -375,6 +375,7 @@ jobs:
375
matrix:
376
platform:
377
- "ppc64le"
378
+ - "riscv64"
379
- "s390x"
380
runs-on: ubuntu-24.04
381
steps:
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker.io/docker/dockerfile:1
2
3
-FROM docker.io/rust:slim-trixie AS builder
+FROM docker.io/rust:1-slim-trixie AS builder
4
5
WORKDIR /app
6
0 commit comments