Skip to content

Commit

Permalink
Added build rules to exclude windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Nov 6, 2024
1 parent 0b77ddb commit 8631783
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vql/linux/ebpf/ebpf.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build linux
// +build linux

package ebpf

import (
Expand Down
3 changes: 3 additions & 0 deletions vql/linux/ebpf/logger.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build linux
// +build linux

package ebpf

import (
Expand Down
3 changes: 3 additions & 0 deletions vql/linux/ebpf/profile.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build linux
// +build linux

package ebpf

import (
Expand Down

0 comments on commit 8631783

Please sign in to comment.