Skip to content

Commit de25a03

Browse files
committed
Mark incompatibility with debian 12 on x68_32
1 parent aa1c9dc commit de25a03

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deployer.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,5 @@ build: [
6161
]
6262
]
6363
dev-repo: "git+https://github.com/ocurrent/ocurrent-deployer.git"
64+
# See https://github.com/ocurrent/ocaml-ci/issues/931
65+
available: !(os-distribution = "debian" & os-version = "12" & arch = "x86_32")

deployer.opam.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# See https://github.com/ocurrent/ocaml-ci/issues/931
2+
available: !(os-distribution = "debian" & os-version = "12" & arch = "x86_32")

0 commit comments

Comments
 (0)