mirror of
https://github.com/containers/podman.git
synced 2025-12-03 19:59:39 +08:00
Move the --farm flag to farm build command
The option `farm` which is used to specify the farm to be used, is moved to farm build command from farm command. closes #20752 Signed-off-by: Chetan Giradkar <cgiradka@redhat.com>
This commit is contained in:
@@ -17,7 +17,7 @@ load helpers.bash
|
||||
empty_farm="empty-farm"
|
||||
# create an empty farm
|
||||
run_podman farm create $empty_farm
|
||||
run_podman farm --farm $empty_farm build -t $iname $PODMAN_TMPDIR
|
||||
run_podman farm build --farm $empty_farm -t $iname $PODMAN_TMPDIR
|
||||
assert "$output" =~ "Local builder ready"
|
||||
|
||||
# get the system architecture
|
||||
|
||||
Reference in New Issue
Block a user