We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bc7a7 commit 4c2d67dCopy full SHA for 4c2d67d
.github/workflows/release.yml
@@ -15,11 +15,21 @@ jobs:
15
strategy:
16
matrix:
17
include:
18
- - name: linux
+ - name: linux-x86
19
os: ubuntu-latest
20
artifact_name: target/x86_64-unknown-linux-musl/release/debug-tui
21
- asset_name: debug-tui-linux
+ asset_name: debug-tui-linux_x86_64
22
target: "x86_64-unknown-linux-musl"
23
+ - name: mac-aarch64
24
+ os: macos-14
25
+ target: "aarch64-apple-darwin"
26
+ artifact_name: target/aarch64-apple-darwin/release/debug-tui
27
+ asset_name: debug-tui-aarch64
28
29
30
31
32
33
34
steps:
35
- uses: actions/checkout@v3
0 commit comments