ci: build only linux/amd64 to avoid arm64 QEMU npm flakiness

This commit is contained in:
tdurieux
2026-05-05 00:48:14 +03:00
parent 0cfa95af77
commit 4cff32ec93
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha