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,5 +1,5 @@
//go:build !linux
// +build !linux
//go:build !remote && !linux
// +build !remote,!linux
package libpod