Merge pull request #390 from michaelherold/support-podman-macos

Support podman in macOS
This commit is contained in:
Alex Goodman 2023-07-06 10:28:44 -04:00 committed by GitHub
commit 2a99dd25fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux darwin
package podman

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux darwin
package podman

View File

@ -1,3 +1,5 @@
// +build linux darwin
package podman
import (

View File

@ -1,4 +1,4 @@
// +build !linux
// +build !linux,!darwin
package podman