Skip to content

Commit

Permalink
relax availability constraint to be used for arm64 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
stilscher committed Mar 26, 2024
1 parent 079b426 commit 1503e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goblint-cil.opam
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ depexts: [
["perl-FindBin"] {os-distribution = "fedora"}
["build-base"] {os-distribution = "alpine"}
]
available: arch = "x86_64"
available: arch = "x86_64" | arch = "arm64"
2 changes: 1 addition & 1 deletion goblint-cil.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ depexts: [
["perl-FindBin"] {os-distribution = "fedora"}
["build-base"] {os-distribution = "alpine"}
]
available: arch = "x86_64"
available: arch = "x86_64" | arch = "arm64"

0 comments on commit 1503e6f

Please sign in to comment.