mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
🔧 fix(ci): disable ARM64 for storage-backend due to QEMU issues
Storage-backend build was failing on ARM64 due to QEMU emulation "Illegal instruction" crash when building native dependencies. Same approach used for matrix-mana-bot and matrix-tts-bot. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5cd8b63862
commit
d3392f69a9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -1069,7 +1069,8 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: apps/storage/apps/backend/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
# Note: arm64 disabled due to QEMU emulation issues with native deps
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
cache-from: type=gha
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue