use ARG ARCH instead of ENV ARCH

This commit is contained in:
Patrick Schratz 2024-11-27 17:46:27 +01:00
commit cc983c5bc9
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -20,7 +20,7 @@ ENV TZ="Europe/Berlin"
ENV R_LIBS_USER=/mnt/cache/R-pkgs
ENV R_PKG_CACHE_DIR=/mnt/cache/pkgcache
ENV ARCH=arm64
ARG ARCH=arm64
ENV NCPUS=2
ARG GITHUB_PAT