Skip to content

Commit

Permalink
Remove cgo build tags/depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeHat committed Jan 5, 2022
1 parent 408a3b9 commit 0910749
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions runtime/all/all_with_podman.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux && cgo && podman
// +build linux,cgo,podman
//go:build linux && podman
// +build linux,podman

package all

Expand Down
4 changes: 2 additions & 2 deletions runtime/podman/podman.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux && cgo && podman
// +build linux,cgo,podman
//go:build linux && podman
// +build linux,podman

package podman

Expand Down
4 changes: 2 additions & 2 deletions runtime/podman/portmaps.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux && cgo && podman
// +build linux,cgo,podman
//go:build linux && podman
// +build linux,podman

package podman

Expand Down
4 changes: 2 additions & 2 deletions runtime/podman/util.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux && cgo && podman
// +build linux,cgo,podman
//go:build linux && podman
// +build linux,podman

package podman

Expand Down

0 comments on commit 0910749

Please sign in to comment.