Skip to content

Commit c316d22

Browse files
committed
ci: disable arm64 builds due to QEMU emulation issues
1 parent 3a93a76 commit c316d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
with:
220220
context: .
221221
file: ./Dockerfile
222-
platforms: linux/amd64,linux/arm64
222+
platforms: linux/amd64
223223
push: true
224224
tags: |
225225
${{ env.REGISTRY }}/node-doctor:${{ steps.tag.outputs.TAG }}

0 commit comments

Comments
 (0)