Skip to content

Commit db8f513

Browse files
authored
fix: add support for riscv64 in docker
1 parent 334eadd commit db8f513

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ jobs:
375375
matrix:
376376
platform:
377377
- "ppc64le"
378+
- "riscv64"
378379
- "s390x"
379380
runs-on: ubuntu-24.04
380381
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker.io/docker/dockerfile:1
22

3-
FROM docker.io/rust:slim-trixie AS builder
3+
FROM docker.io/rust:1-slim-trixie AS builder
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)