File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments