File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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-
8684RUN rustup default stable && \
8785 rustup component remove rust-docs && \
8886 cargo install --root /usr/local --version 0.8.1 --locked sccache && \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments