virtcontainers: Make all Linux VMMs only build on Linux

Some of them (e.g. QEMU) can run on other OSes (e.g. Darwin) but the
current virtcontainers implementation is Linux specific.

Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>
This commit is contained in:
Samuel Ortiz
2021-11-24 19:22:57 +01:00
parent c91035d0e1
commit fa0e9dc6b1
20 changed files with 60 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
//go:build linux
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0