Skip to content

Commit

Permalink
Add build tags for duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Mar 11, 2024
1 parent 5efbe40 commit 1e21426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/goose/driver_duckdb.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//go:build !no_duckdb
//go:build !no_duckdb && !(windows && arm64)
// +build !no_duckdb
// +build !windows !arm64

package main

Expand Down

0 comments on commit 1e21426

Please sign in to comment.