Skip to content

Commit 35af4ec

Browse files
.
1 parent 255ab05 commit 35af4ec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

images/wkdev_sdk/Containerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ ENV RUSTUP_HOME="/opt/rust" \
8181
CARGO_HOME="/opt/rust" \
8282
PATH="/opt/rust/bin:${PATH}"
8383

84-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
85-
8684
RUN rustup default stable && \
8785
rustup component remove rust-docs && \
8886
cargo install --root /usr/local --version 0.8.1 --locked sccache && \

scripts/host-only/wkdev-sdk-bakery

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ build_image() {
6565
podman_argument+=("--tag" "$(get_tag_for_build)")
6666

6767
if argsparse_is_option_set "arch"; then
68-
container_arch=$(program_options["arch"])
68+
container_arch="${program_options["arch"]}"
6969
echo "Overriding container architecture: ${container_arch}"
7070
podman_argument+=("--arch=${container_arch}")
7171
fi

0 commit comments

Comments
 (0)