mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
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:
@ -1,4 +1,5 @@
|
||||
//go:build linux || freebsd
|
||||
//go:build !remote && (linux || freebsd)
|
||||
// +build !remote
|
||||
// +build linux freebsd
|
||||
|
||||
package libpod
|
||||
|
Reference in New Issue
Block a user