mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Add podman farm build command
Add podman farm build command that sends out builds to nodes defined in the farm, builds the images on the farm nodes, and pulls them back to the local machine to create a manifest list. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
//go:build !remote
|
||||
// +build !remote
|
||||
|
||||
package emulation
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user