diff options
author | Jason T. Greene <jason.greene@redhat.com> | 2022-05-12 17:10:55 -0500 |
---|---|---|
committer | Jason T. Greene <jason.greene@redhat.com> | 2022-05-13 12:11:51 -0500 |
commit | de4f76e7ea888d6ea93c962c8aa15b3b317f0bfc (patch) | |
tree | a07c06578804205a9f4b1297f9f945543e1a9016 | |
parent | bde8dba877fe97130faf9c8bee678b9cfc23219a (diff) | |
download | podman-de4f76e7ea888d6ea93c962c8aa15b3b317f0bfc.tar.gz podman-de4f76e7ea888d6ea93c962c8aa15b3b317f0bfc.tar.bz2 podman-de4f76e7ea888d6ea93c962c8aa15b3b317f0bfc.zip |
Fix strange buildtag edit
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
-rw-r--r-- | cmd/podman/machine/machine_unix.go | 4 |
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 |