We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a9a31 commit 9e64f71Copy full SHA for 9e64f71
1 file changed
.github/actions/build-docker/action.yml
@@ -100,6 +100,8 @@ runs:
100
find /tmp/build/bundle/programs/server/npm/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
101
102
find /tmp/build/bundle/programs/server/npm/node_modules/@rocket.chat/apps-engine/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
103
+
104
+ find /tmp/build/bundle/programs/server/npm/node_modules/@rocket.chat/apps/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
105
fi
106
107
if [[ "$INPUT_PUBLISH_IMAGE" == 'true' ]]; then
0 commit comments