fix(ci):this might work?? 🙏
Some checks failed
Build and Push API / build-api (push) Successful in 8m19s
Build and Push Dashboard / build-dashboard (push) Failing after 2h15m25s
Build and Push Worker / build-worker (push) Has been cancelled

This commit is contained in:
2026-04-08 11:52:54 +02:00
parent 1d895be1f6
commit da20453e82
3 changed files with 12 additions and 277 deletions

View File

@@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v4
# FIX: Install the latest QEMU binaries to ensure stable and fast
# cross-compilation/emulation on your ARM64 Raspberry Pi
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3