aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_stat_unsupported.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-21 14:32:13 +0200
committerGitHub <noreply@github.com>2022-09-21 14:32:13 +0200
commit7a189a6956ec438728695b69a2efbfd8e6aadd22 (patch)
tree807516cacbaf5608ab6af089360cff18baa72d30 /libpod/container_stat_unsupported.go
parentffa73c58a52b470d9708a8ae38536fa0dc443d8b (diff)
parentbb160be12be137116c2ee2b5e448ec8756f2ed64 (diff)
downloadpodman-7a189a6956ec438728695b69a2efbfd8e6aadd22.tar.gz
podman-7a189a6956ec438728695b69a2efbfd8e6aadd22.tar.bz2
podman-7a189a6956ec438728695b69a2efbfd8e6aadd22.zip
Merge pull request #15856 from dfr/freebsd-copy
Add support for 'podman cp' on FreeBSD
Diffstat (limited to 'libpod/container_stat_unsupported.go')
-rw-r--r--libpod/container_stat_unsupported.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpod/container_stat_unsupported.go b/libpod/container_stat_unsupported.go
index 2f1acd44d..e88b88bb1 100644
--- a/libpod/container_stat_unsupported.go
+++ b/libpod/container_stat_unsupported.go
@@ -1,5 +1,5 @@
-//go:build !linux
-// +build !linux
+//go:build !linux && !freebsd
+// +build !linux,!freebsd
package libpod