File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6161 --platform linux/${{ matrix.arch }} \
6262 --privileged \
6363 --name tmp \
64+ -e TARGETPLATFORM="linux/${{ matrix.arch }}" \
6465 metacall/distributable_linux /metacall/scripts/deps.sh
6566 docker commit tmp metacall/distributable_linux
6667 docker rm -f tmp
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ git checkout e0951349603581895e0ba61f0e7410368ea1902a # Fix nonguix version
3232apk del git-deps
3333
3434# Build (i386 workaround for NodeJS)
35- architecture=$( uname -m)
36-
37- if [[ " $architecture " == " i386" || " $architecture " == " i686" ]]; then
35+ if [[ " ${TARGETPLATFORM:- } " == " linux/386" ]]; then
3836 guix install --fallback --without-tests=node node-lts
3937 guix install --fallback --without-tests=node-lts libnode
4038fi
You can’t perform that action at this time.
0 commit comments