Skip to content

Commit bba8166

Browse files
committed
Add more architectures to the CI
1 parent 4418eb1 commit bba8166

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,10 +17,10 @@ jobs:
1717
matrix:
1818
target: [
1919
x86_64, x86_64-static,
20-
# i686, i686-static,
21-
# arm, arm-static,
22-
# aarch64, aarch64-static,
23-
# powerpc-static, # powerpc,
20+
i686, i686-static,
21+
arm, arm-static,
22+
aarch64, aarch64-static,
23+
powerpc-static, # powerpc,
2424
# cosmo
2525
]
2626
fail-fast: true

0 commit comments

Comments
 (0)