Skip to content

Commit a1e1f55

Browse files
czytczyt
and
czyt
authored
feat:add more target in github action flow (#120)
Co-authored-by: czyt <[email protected]>
1 parent a6045fb commit a1e1f55

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/mean_bean_ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,11 @@ jobs:
8989
matrix:
9090
channel: [stable]
9191
target:
92+
- aarch64-unknown-linux-musl
93+
- arm-unknown-linux-musleabi
9294
- arm-unknown-linux-gnueabi
9395
- armv7-unknown-linux-gnueabihf
96+
- armv7-unknown-linux-musleabihf
9497
- i686-unknown-linux-musl
9598
- x86_64-unknown-linux-musl
9699

.github/workflows/mean_bean_deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ jobs:
102102
strategy:
103103
matrix:
104104
target:
105+
- aarch64-unknown-linux-musl
106+
- arm-unknown-linux-musleabi
105107
- arm-unknown-linux-gnueabi
106108
- armv7-unknown-linux-gnueabihf
109+
- armv7-unknown-linux-musleabihf
107110
- i686-unknown-linux-musl
108111
- x86_64-unknown-linux-musl
109112
steps:

0 commit comments

Comments
 (0)