diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-06 12:43:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 12:43:55 +0200 |
commit | 6b3bb9e75e239f4470bca843f0a2cdf5b5e9b82c (patch) | |
tree | c3504335e6f65b5262a24c88a7dac0da978ae531 /libpod/container_internal_unsupported.go | |
parent | a61a9525e37f6a3a76e8e12b61dac5131700e9d1 (diff) | |
parent | a3aecf0f26971cbf178fc705d0983ee248a6492b (diff) | |
download | podman-6b3bb9e75e239f4470bca843f0a2cdf5b5e9b82c.tar.gz podman-6b3bb9e75e239f4470bca843f0a2cdf5b5e9b82c.tar.bz2 podman-6b3bb9e75e239f4470bca843f0a2cdf5b5e9b82c.zip |
Merge pull request #15632 from dfr/freebsd-container
Add support for FreeBSD containers
Diffstat (limited to 'libpod/container_internal_unsupported.go')
-rw-r--r-- | libpod/container_internal_unsupported.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpod/container_internal_unsupported.go b/libpod/container_internal_unsupported.go index 074aeee47..1967c577b 100644 --- a/libpod/container_internal_unsupported.go +++ b/libpod/container_internal_unsupported.go @@ -1,5 +1,5 @@ -//go:build !linux -// +build !linux +//go:build !linux && !freebsd +// +build !linux,!freebsd package libpod |