Skip to content

Commit 1004f21

Browse files
authored
Merge pull request #206 from mtelvers/build-riscv64-ubuntu-base
Update RISCV64 Docker image
2 parents 07b9d4f + da38699 commit 1004f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-opam/distro.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ let base_distro_tag ?(arch = `X86_64) d =
11311131
| `V24_04 -> "noble"
11321132
in
11331133
match arch with
1134-
| `Riscv64 -> ("riscv64/ubuntu", tag)
1134+
| `Riscv64 -> ("ocurrent/opam-staging", tag_of_distro d ^ "-riscv64")
11351135
| _ -> ("ubuntu", tag))
11361136
| `CentOS v ->
11371137
let tag = match v with `V6 -> "6" | `V7 -> "7" | `V8 -> "8" in

0 commit comments

Comments
 (0)