We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55402f7 commit 99b6184Copy full SHA for 99b6184
candle-binding/semantic-router.go
@@ -1,5 +1,7 @@
1
-//go:build !windows && cgo
2
-// +build !windows,cgo
+//go:build !windows && cgo && (amd64 || arm64)
+// +build !windows
3
+// +build cgo
4
+// +build amd64 arm64
5
6
package candle_binding
7
0 commit comments