Skip to content

Commit 6887ab0

Browse files
committed
fix(automation)
1 parent 0db4bbc commit 6887ab0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ FROM node:22-bookworm-slim AS build
2727
# Set Python interpreter for `node-gyp` to use
2828
ENV PYTHON=/usr/bin/python3
2929

30-
# Critical: Increase memory and timeout for ARM64 cross-compilation
31-
ENV NODE_OPTIONS="--max-old-space-size=8192"
32-
ENV YARN_NETWORK_TIMEOUT=300000
33-
3430
# Install isolate-vm dependencies, these are needed by the @backstage/plugin-scaffolder-backend.
3531
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3632
--mount=type=cache,target=/var/lib/apt,sharing=locked \

0 commit comments

Comments
 (0)