fix: qp sync debugging. also disabling arm build until stable release

This commit is contained in:
Sam Chau
2026-01-22 06:07:37 +10:30
parent 627a673453
commit 0db641e6ed
3 changed files with 38 additions and 3 deletions

View File

@@ -81,7 +81,8 @@ jobs:
with:
context: .
file: ${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64
# FOR NOW: ARM disabled for faster debugging - re-enable linux/arm64 when stable
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}