summaryrefslogtreecommitdiff
path: root/cmd/podman/machine
diff options
context:
space:
mode:
authorJason T. Greene <jason.greene@redhat.com>2022-05-12 17:10:55 -0500
committerJason T. Greene <jason.greene@redhat.com>2022-05-13 12:11:51 -0500
commitde4f76e7ea888d6ea93c962c8aa15b3b317f0bfc (patch)
treea07c06578804205a9f4b1297f9f945543e1a9016 /cmd/podman/machine
parentbde8dba877fe97130faf9c8bee678b9cfc23219a (diff)
downloadpodman-de4f76e7ea888d6ea93c962c8aa15b3b317f0bfc.tar.gz
podman-de4f76e7ea888d6ea93c962c8aa15b3b317f0bfc.tar.bz2
podman-de4f76e7ea888d6ea93c962c8aa15b3b317f0bfc.zip
Fix strange buildtag edit
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
Diffstat (limited to 'cmd/podman/machine')
-rw-r--r--cmd/podman/machine/machine_unix.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/machine/machine_unix.go b/cmd/podman/machine/machine_unix.go
index 213c24f8c..b56d081ec 100644
--- a/cmd/podman/machine/machine_unix.go
+++ b/cmd/podman/machine/machine_unix.go
@@ -1,5 +1,5 @@
-//go:build linux || ignore || aix || ignore || android || ignore || darwin || ignore || freebsd || ignore || hurd || ignore || illumos || ignore || ios || ignore || netbsd || ignore || openbsd || ignore || solaris
-// +build linux ignore aix ignore android ignore darwin ignore freebsd ignore hurd ignore illumos ignore ios ignore netbsd ignore openbsd ignore solaris
+//go:build linux || aix || android || darwin || dragonfly || freebsd || hurd || illumos || ios || netbsd || openbsd || solaris
+// +build linux aix android darwin dragonfly freebsd hurd illumos ios netbsd openbsd solaris
package machine