Skip to content

Commit fa4de4c

Browse files
authored
Merge pull request #84 from jperkin/fix-solaris
fix: add solaris to non-supported shim.
2 parents 8f6c4e4 + 37ae7bb commit fa4de4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console_other.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !darwin && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows && !zos
2-
// +build !darwin,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows,!zos
1+
//go:build !darwin && !freebsd && !linux && !netbsd && !openbsd && !windows && !zos
2+
// +build !darwin,!freebsd,!linux,!netbsd,!openbsd,!windows,!zos
33

44
/*
55
Copyright The containerd Authors.

0 commit comments

Comments
 (0)