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-15 12:01:38 -0500 |
commit | 4ae7161c4c775879b8ff3fbdaa5e93ef732cd5c5 (patch) | |
tree | b3ba3112906a8234a0b27a2bad331c9cb5e66a6e | |
parent | 44d253b6c0346319e88287cb14e7e0b2769ccdf9 (diff) | |
download | podman-4ae7161c4c775879b8ff3fbdaa5e93ef732cd5c5.tar.gz podman-4ae7161c4c775879b8ff3fbdaa5e93ef732cd5c5.tar.bz2 podman-4ae7161c4c775879b8ff3fbdaa5e93ef732cd5c5.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 |