mirror of https://github.com/containers/podman.git
pkg/parallel/ctr: add !remote tag
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
d4a67cf45c
commit
cb9dfeb8ec
|
|
@ -1,3 +1,6 @@
|
|||
//go:build !remote
|
||||
// +build !remote
|
||||
|
||||
package ctr
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue