Skip to content

Commit

Permalink
disable on linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Nov 30, 2023
1 parent 5582c54 commit d45eda4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !nosilkworm && unix
//go:build !nosilkworm && unix && !(linux && arm64)

package silkworm_go

Expand Down
2 changes: 1 addition & 1 deletion bindings_stub.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build nosilkworm || windows
//go:build nosilkworm || windows || (linux && arm64)

package silkworm_go

Expand Down

0 comments on commit d45eda4

Please sign in to comment.