Skip to content
Snippets Groups Projects
Commit 69addbde authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes typo.

parent 87b4275b
Branches
No related tags found
No related merge requests found
name: Multi Arch Bare Metal CI
name: Multi Arch QEMU CI
on:
workflow_dispatch:
......
......@@ -18,7 +18,7 @@ RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM"
# Sets a cache for pip packages
#ENV PIP_CACHE_DIR=/var/cache/buildkit/pip
ENV PIP_CACHE_DIR=/home/jovyan/work/var/cache/buildkit/pip/${TARGETPLATFORM}
ENV APT_CACHE_DIR=/var/cache/apt/${TARGETPLATFORM}
ENV APT_CACHE_DIR=/var/cache/apt/${TARGETPLATFORM}-cache
ENV CONDA_PKG_DIR=/opt/conda/pkgs/${TARGETPLATFORM}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment