Skip to content

Commit 3903126

Browse files
committed
more permissive os distribution filter
1 parent cc2f2a1 commit 3903126

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: arch = "x86_64" & os = "linux" & os-family = "debian"
18+
available: arch = "x86_64" & os = "linux" & os-family != "alpine"
1919
build: [
2020
[make "selfie.cma"]
2121
]

0 commit comments

Comments
 (0)