File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1112,7 +1112,7 @@ let base_distro_tag ?(arch = `X86_64) d =
1112
1112
| `Ppc64le , (`V8 | `V9 | `V10 ) -> (" ppc64le/debian" , tag)
1113
1113
| `S390x , (`V8 | `V9 | `V10 ) -> (" s390x/debian" , tag)
1114
1114
| _ -> (" debian" , tag))
1115
- | `Ubuntu v -> (
1115
+ | `Ubuntu v ->
1116
1116
let tag =
1117
1117
match v with
1118
1118
| `V12_04 -> " precise"
@@ -1137,9 +1137,7 @@ let base_distro_tag ?(arch = `X86_64) d =
1137
1137
| `V23_10 -> " mantic"
1138
1138
| `V24_04 -> " noble"
1139
1139
in
1140
- match arch with
1141
- | `Riscv64 -> (" ocurrent/opam-staging" , tag_of_distro d ^ " -riscv64" )
1142
- | _ -> (" ubuntu" , tag))
1140
+ (" ubuntu" , tag)
1143
1141
| `CentOS v ->
1144
1142
let tag = match v with `V6 -> " 6" | `V7 -> " 7" | `V8 -> " 8" in
1145
1143
(" centos" , tag)
You can’t perform that action at this time.
0 commit comments