You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ./update.sh results in functions.sh: line 42: arch: unbound variable. uname -m returns arm64 which is not present in the case, so that makes sense (we really should fix the logging, but whatever).
Adding arm64 to the list (mapping to arm64) generates a diff adding that arch to the Dockerfiles (e.g. FROM arm64/debian:buster-slim), which I don't think is what we want?
Running
./update.sh
results infunctions.sh: line 42: arch: unbound variable
.uname -m
returnsarm64
which is not present in thecase
, so that makes sense (we really should fix the logging, but whatever).Adding
arm64
to the list (mapping toarm64
) generates a diff adding that arch to the Dockerfiles (e.g.FROM arm64/debian:buster-slim
), which I don't think is what we want?We really should land #1368
/cc @nodejs/docker
The text was updated successfully, but these errors were encountered: