Skip to content

Commit 5eba0b8

Browse files
committed
ci: add apple silicon build
1 parent 2a9fd14 commit 5eba0b8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/check_lint_build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
name: x86_64-apple-darwin
134134
binary-suffix: ""
135135
rustflags: ""
136+
- os: macos-latest
137+
name: aarch64-apple-darwin
138+
binary-suffix: ""
139+
rustflags: ""
136140
- os: ubuntu-latest
137141
name: x86_64-pc-windows-gnu
138142
binary-suffix: .exe
@@ -221,6 +225,11 @@ jobs:
221225
zip L2-S2-BitNames-latest-x86_64-apple-darwin.zip \
222226
bitnames-latest-x86_64-apple-darwin \
223227
bitnames-cli-latest-x86_64-apple-darwin
228+
mv bitnames-+([0-9]).+([0-9]).+([0-9])-aarch64-apple-darwin bitnames-latest-aarch64-apple-darwin
229+
mv bitnames-cli-+([0-9]).+([0-9]).+([0-9])-aarch64-apple-darwin bitnames-cli-latest-aarch64-apple-darwin
230+
zip L2-S2-BitNames-latest-aarch64-apple-darwin.zip \
231+
bitnames-latest-aarch64-apple-darwin \
232+
bitnames-cli-latest-aarch64-apple-darwin
224233
mv bitnames-+([0-9]).+([0-9]).+([0-9])-x86_64-pc-windows-gnu.exe bitnames-latest-x86_64-pc-windows-gnu.exe
225234
mv bitnames-cli-+([0-9]).+([0-9]).+([0-9])-x86_64-pc-windows-gnu.exe bitnames-cli-latest-x86_64-pc-windows-gnu.exe
226235
zip L2-S2-BitNames-latest-x86_64-pc-windows-gnu.zip \

0 commit comments

Comments
 (0)