Merge pull request #390 from michaelherold/support-podman-macos
Support podman in macOS
This commit is contained in:
commit
2a99dd25fe
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux darwin
|
||||
|
||||
package podman
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux darwin
|
||||
|
||||
package podman
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build linux darwin
|
||||
|
||||
package podman
|
||||
|
||||
import (
|
@ -1,4 +1,4 @@
|
||||
// +build !linux
|
||||
// +build !linux,!darwin
|
||||
|
||||
package podman
|
||||
|
Loading…
x
Reference in New Issue
Block a user