Skip to content

Commit

Permalink
fix: add solaris to non-supported shim.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Mar 22, 2024
1 parent 8f6c4e4 commit 306df5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console_other.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !darwin && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows && !zos
// +build !darwin,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows,!zos
//go:build !darwin && !freebsd && !linux && !netbsd && !openbsd && !windows && !zos
// +build !darwin,!freebsd,!linux,!netbsd,!openbsd,!windows,!zos

/*
Copyright The containerd Authors.
Expand Down

0 comments on commit 306df5e

Please # to comment.