mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +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,5 +1,5 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
//go:build !remote && !linux
|
||||
// +build !remote,!linux
|
||||
|
||||
package libpod
|
||||
|
||||
|
Reference in New Issue
Block a user