mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 19:49:40 +02:00
🐛 fix(matrix-bots): disable arm64 builds for all matrix bots
All matrix bots use matrix-bot-sdk which has native dependencies (cpu-features, ssh2) that cause QEMU emulation failures during CI arm64 builds. Build amd64 only - can run on arm64 via Rosetta. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6ca2d3b76d
commit
a50d98c7a1
2 changed files with 20 additions and 11 deletions
|
|
@ -32,8 +32,8 @@ COPY packages/shared-utils ./packages/shared-utils
|
|||
# Copy matrix web app
|
||||
COPY apps/matrix/apps/web ./apps/matrix/apps/web
|
||||
|
||||
# Install dependencies
|
||||
RUN pnpm install --frozen-lockfile
|
||||
# Install dependencies (--no-frozen-lockfile due to workspace overrides)
|
||||
RUN pnpm install --no-frozen-lockfile
|
||||
|
||||
# Build shared packages that need building
|
||||
WORKDIR /app/packages/shared-auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue