Skip to content

Commit

Permalink
scripts: Remove unused option from build-container
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Moroo <retrage01@gmail.com>
  • Loading branch information
retrage committed Feb 26, 2023
1 parent 71b92f4 commit f089959
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/dev_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,8 @@ cmd_help() {
echo " --release Build the release binary."
echo " --volumes Hash separated volumes to be exported. Example --volumes /mnt:/mnt#/myvol:/myvol"
echo ""
echo " build-container [--type]"
echo " build-container"
echo " Build the Rust Hypervisor Firmware container."
echo " --dev Build dev container. This is the default."
echo ""
echo " clean [<cargo args>]]"
echo " Remove the Rust Hypervisor Firmware artifacts."
Expand Down Expand Up @@ -453,7 +452,6 @@ cmd_build-container() {
RUST_TOOLCHAIN="$(rustup show active-toolchain | cut -d ' ' -f1)"

$DOCKER_RUNTIME build \
--target $container_type \
-t $CTR_IMAGE \
-f $BUILD_DIR/Dockerfile \
--build-arg TARGETARCH=$TARGETARCH \
Expand Down

0 comments on commit f089959

Please sign in to comment.