Skip to content

Commit 72e23d5

Browse files
authored
ci: fix underline typo for darwin & remove armv7 package
1 parent 1ed2ecf commit 72e23d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
- target: aarch64-unknown-linux-musl
2222
exe: aarch64-linux
2323
os: ubuntu-latest
24-
- target: armv7-unknown-linux-musleabi
25-
exe: armv7-linux
26-
os: ubuntu-latest
2724
- target: x86_64-apple-darwin
28-
exe: x86-64-apple-darwin
25+
exe: x86_64-apple-darwin
2926
os: macos-latest
3027
- target: aarch64-apple-darwin
3128
exe: arm64-apple-darwin
@@ -82,4 +79,3 @@ jobs:
8279
./build/cmd-wrapped-arm64-apple-darwin.zip
8380
./build/cmd-wrapped-x86_64-linux.zip
8481
./build/cmd-wrapped-aarch64-linux.zip
85-
./build/cmd-wrapped-armv7-linux.zip

0 commit comments

Comments
 (0)