Skip to content

Commit 184dafe

Browse files
committed
Compile only x64 for now
1 parent ce9111b commit 184dafe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
matrix:
1818
target: [
1919
x86_64, x86_64-static,
20-
i686, i686-static,
21-
arm, arm-static,
22-
aarch64, aarch64-static,
20+
# i686, i686-static,
21+
# arm, arm-static,
22+
# aarch64, aarch64-static,
2323
# powerpc, powerpc-static,
24-
cosmo
24+
# cosmo
2525
]
2626
fail-fast: true
2727

0 commit comments

Comments
 (0)