use ARG ARCH instead of ENV ARCH
This commit is contained in:
parent
a781c9ff29
commit
cc983c5bc9
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue