We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed2ecf commit 72e23d5Copy full SHA for 72e23d5
.github/workflows/release.yml
@@ -21,11 +21,8 @@ jobs:
21
- target: aarch64-unknown-linux-musl
22
exe: aarch64-linux
23
os: ubuntu-latest
24
- - target: armv7-unknown-linux-musleabi
25
- exe: armv7-linux
26
- os: ubuntu-latest
27
- target: x86_64-apple-darwin
28
- exe: x86-64-apple-darwin
+ exe: x86_64-apple-darwin
29
os: macos-latest
30
- target: aarch64-apple-darwin
31
exe: arm64-apple-darwin
@@ -82,4 +79,3 @@ jobs:
82
79
./build/cmd-wrapped-arm64-apple-darwin.zip
83
80
./build/cmd-wrapped-x86_64-linux.zip
84
81
./build/cmd-wrapped-aarch64-linux.zip
85
- ./build/cmd-wrapped-armv7-linux.zip
0 commit comments