Skip to content

Commit

Permalink
Merge pull request #390 from michaelherold/support-podman-macos
Browse files Browse the repository at this point in the history
Support podman in macOS
  • Loading branch information
wagoodman authored Jul 6, 2023
2 parents f50a009 + 7dfef03 commit 2a99dd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dive/image/podman/build.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux
// +build linux darwin

package podman

Expand Down
2 changes: 1 addition & 1 deletion dive/image/podman/cli.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux
// +build linux darwin

package podman

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build linux darwin

package podman

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !linux
// +build !linux,!darwin

package podman

Expand Down

0 comments on commit 2a99dd2

Please sign in to comment.