diff options
Diffstat (limited to 'libpod/container_unsupported.go')
-rw-r--r-- | libpod/container_unsupported.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libpod/container_unsupported.go b/libpod/container_unsupported.go new file mode 100644 index 000000000..5a46c163c --- /dev/null +++ b/libpod/container_unsupported.go @@ -0,0 +1,7 @@ +//go:build !linux +// +build !linux + +package libpod + +type containerPlatformState struct { +} |