Skip to content

Commit 088afc9

Browse files
authored
Merge pull request #43087 from tonistiigi/fix-darwin-build-system
system: unbreak build for darwin
2 parents 07cf48a + 26dafe4 commit 088afc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build !freebsd && !windows
2+
// +build !freebsd,!windows
3+
14
package system // import "github.com/docker/docker/pkg/system"
25

36
import (

0 commit comments

Comments
 (0)