aboutsummaryrefslogtreecommitdiff
path: root/pkg/machine/qemu/config.go
diff options
context:
space:
mode:
authorArthur Sengileyev <arthur.sengileyev@gmail.com>2022-08-23 17:09:14 +0300
committerMatthew Heon <mheon@redhat.com>2022-09-06 14:24:32 -0400
commit64fe541a62fe304ab47fd006e3d81db190059a1c (patch)
tree1e2b1d57b77310910976fee8f11142a52a6b4ecc /pkg/machine/qemu/config.go
parentb103f057944a272fe67922c1a6c6ebe0d4ea5c07 (diff)
downloadpodman-64fe541a62fe304ab47fd006e3d81db190059a1c.tar.gz
podman-64fe541a62fe304ab47fd006e3d81db190059a1c.tar.bz2
podman-64fe541a62fe304ab47fd006e3d81db190059a1c.zip
Fixes isRootfull check using qemu machine on Windows
Signed-off-by: Arthur Sengileyev <arthur.sengileyev@gmail.com>
Diffstat (limited to 'pkg/machine/qemu/config.go')
-rw-r--r--pkg/machine/qemu/config.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/machine/qemu/config.go b/pkg/machine/qemu/config.go
index bada1af9b..8081727f6 100644
--- a/pkg/machine/qemu/config.go
+++ b/pkg/machine/qemu/config.go
@@ -1,6 +1,3 @@
-//go:build (amd64 && !windows) || (arm64 && !windows)
-// +build amd64,!windows arm64,!windows
-
package qemu
import (