We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5298c89 commit e818131Copy full SHA for e818131
actions/enforce_static_builds/action.yml
@@ -34,7 +34,7 @@ runs:
34
fi
35
elif [ "$RUNNER_OS" == "Linux" ]; then
36
ldd "$node_file"
37
- if ldd "$node_file" | grep -Ev 'linux-vdso|ld-linux|libstdc\+\+|libgcc_s|libc\.so|libm\.so'; then
+ if ldd "$node_file" | grep -Ev '(linux-vdso\.so\.[0-9]+|ld-linux-(x86-64|armhf|aarch64)\.so\.[0-9]+|lib(stdc\+\+|gcc_s|c|m)\.so\.[0-9]+)'; then
38
bad=1
39
40
else
0 commit comments