🔧 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:
Till-JS 2026-02-11 17:51:26 +01:00
parent 5cd8b63862
commit d3392f69a9

View file

@ -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