pkg/parallel/ctr: add !remote tag

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-10-24 12:23:17 +02:00
parent d4a67cf45c
commit cb9dfeb8ec

View File

@ -1,3 +1,6 @@
//go:build !remote
// +build !remote
package ctr
import (