mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-05 15:17:51 +00:00
Merge pull request #14229 from n1hility/fix-buildtag
Cleanup strange buildtag edit
This commit is contained in:
commit
eb26fa45f1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue