Skip to content

Commit

Permalink
Merge pull request containers#14229 from n1hility/fix-buildtag
Browse files Browse the repository at this point in the history
Cleanup strange buildtag edit
  • Loading branch information
openshift-merge-robot authored May 16, 2022
2 parents b94595b + de4f76e commit eb26fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/podman/machine/machine_unix.go
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit eb26fa4

Please sign in to comment.