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 cc7f022 commit e493182Copy full SHA for e493182
cmd/goose/driver_sqlite3.go
@@ -1,5 +1,6 @@
1
-//go:build !no_sqlite3
+//go:build !no_sqlite3 && !(windows && arm64)
2
// +build !no_sqlite3
3
+// +build !windows !arm64
4
5
package main
6
0 commit comments