Skip to content

Commit

Permalink
ci: fix underline typo for darwin & remove armv7 package
Browse files Browse the repository at this point in the history
  • Loading branch information
YiNNx authored Feb 5, 2024
1 parent 1ed2ecf commit 72e23d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
- target: aarch64-unknown-linux-musl
exe: aarch64-linux
os: ubuntu-latest
- target: armv7-unknown-linux-musleabi
exe: armv7-linux
os: ubuntu-latest
- target: x86_64-apple-darwin
exe: x86-64-apple-darwin
exe: x86_64-apple-darwin
os: macos-latest
- target: aarch64-apple-darwin
exe: arm64-apple-darwin
Expand Down Expand Up @@ -82,4 +79,3 @@ jobs:
./build/cmd-wrapped-arm64-apple-darwin.zip
./build/cmd-wrapped-x86_64-linux.zip
./build/cmd-wrapped-aarch64-linux.zip
./build/cmd-wrapped-armv7-linux.zip

0 comments on commit 72e23d5

Please sign in to comment.