mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
add !remote tag to pkg/specgen/generate
These files should never be included on the remote client. There only there to finalize the spec on the server side. This makes sure it will not get reimported by accident and bloat the remote client again. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
//go:build freebsd
|
||||
//go:build !remote
|
||||
// +build !remote
|
||||
|
||||
package generate
|
||||
|
||||
|
Reference in New Issue
Block a user