Skip to content

Commit ee7d5f6

Browse files
authored
Update action.yml
1 parent d7556f9 commit ee7d5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
'find "$0" -type f -executable -name node -not -path "*_alpine/*" -print0 | DOCKER_CONFIG="$(readlink -f "$0/../../../.docker")" xargs -0 -n 1 -- /bin/bash -xc "$@"' \
1414
"$(docker inspect "$(hostname)" --format '{{ range.Mounts }}{{ if eq .Destination "/__e" }}{{ .Source }}{{ end }}{{ end }}')" \
1515
'docker run --rm --volume /:/hostfs --entrypoint /bin/sh "docker.io/library/node:$("$2" -e "console.log(process.versions.node)")-alpine" -xc "$@"' \
16-
'apk add --no-cache -- patchelf && cp "$(which node)" "/hostfs$1" && apk info --quiet --contents libgcc libstdc++ | xargs tar -cC / -T- | tar -xvC "$(dirname "$(dirname "/hostfs$1")")" --strip-component 1 && patchelf --set-rpath \$ORIGIN/../lib "/hostfs$1" && ldd "/hostfs$1"'
16+
'apk add --no-cache -- patchelf && cp "$(which node)" "/hostfs$1" && apk info --quiet --contents libgcc libstdc++ | xargs tar -cC / -T- | tar -xvC "$(dirname "$(dirname "/hostfs$1")")" --strip-component 1 && patchelf --set-rpath \$ORIGIN/../lib "/hostfs$1" && ldd "/hostfs$1"' --
1717
1818
1919

0 commit comments

Comments
 (0)