Skip to content

Commit 4063039

Browse files
committed
ci: add prebuild for armv7 (e.g. Raspberry Pi)
1 parent e96ec67 commit 4063039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
target: [x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, i686-unknown-linux-gnu, aarch64-unknown-linux-gnu]
22+
target: [x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, i686-unknown-linux-gnu, aarch64-unknown-linux-gnu, armv7-unknown-linux-gnueabihf]
2323
steps:
2424
- name: Checkout Source code
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)