Skip to content

Commit cc2f2a1

Browse files
committed
restrict arch and os
1 parent abf602d commit cc2f2a1

File tree

1 file changed

+1
-1
lines changed
  • packages/selfie/selfie.0.1

1 file changed

+1
-1
lines changed

packages/selfie/selfie.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml" {< "5.0.0" }
1616
"ocamlfind" {build}
1717
]
18-
available: os = "linux"
18+
available: arch = "x86_64" & os = "linux" & os-family = "debian"
1919
build: [
2020
[make "selfie.cma"]
2121
]

0 commit comments

Comments
 (0)