Skip to content

Commit 11474b2

Browse files
committed
Disable goblint 2.0.0 on arm64
1 parent 7a5f8a5 commit 11474b2

File tree

1 file changed

+1
-1
lines changed
  • packages/goblint/goblint.2.0.0

1 file changed

+1
-1
lines changed

packages/goblint/goblint.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ build: [
6767
["dune" "install" "-p" name "--create-install-files" name]
6868
]
6969
dev-repo: "git+https://github.com/goblint/analyzer.git"
70-
available: os-distribution != "alpine"
70+
available: os-distribution != "alpine" & arch != "arm64"
7171
url {
7272
src:
7373
"https://github.com/goblint/analyzer/releases/download/v2.0.0/goblint-2.0.0.tbz"

0 commit comments

Comments
 (0)