Skip to content

Commit

Permalink
CI: Remove default for TARGETARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Jul 7, 2023
1 parent 10cabf0 commit d93cb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update -qq \

# Install Miniconda3 23.3.1
ENV PATH="/root/.local/miniconda3/bin:$PATH"
ARG TARGETARCH=amd64
ARG TARGETARCH
RUN if [ "$TARGETARCH" = "amd64" ]; then \
export CONDA_INSTALLER_PATH="Miniconda3-py39_23.3.1-0-Linux-x86_64.sh"; \
elif [ "$TARGETARCH" = "arm64" ]; then \
Expand Down

0 comments on commit d93cb41

Please sign in to comment.