Skip to content

Commit 641c8b3

Browse files
committed
skip arm32 for now
1 parent 449fe2d commit 641c8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
arch: [x64, arm64, arm]
79+
arch: [x64, arm64]
8080
env:
8181
CLANG_BUILDER_IMAGE: ghcr.io/avaloniaui/clang-cross-builder:latest
8282
steps:

0 commit comments

Comments
 (0)