libpod: add !remote tag

This should never be pulled into the remote client.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-10-24 12:11:34 +02:00
parent abb5c86b62
commit bad25da92e
119 changed files with 320 additions and 64 deletions

View File

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