Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update build_release.yml to include Linux target and filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 20, 2024
1 parent 48dd867 commit 227f2f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
filename: downapk-linux-x86_64
- os: windows-latest
target: x86_64-pc-windows-gnullvm
filename: downapk-windows-x86_64.exe
Expand Down Expand Up @@ -87,6 +84,8 @@ jobs:
strategy:
matrix:
include:
- target: x86_64-unknown-linux-musl
filename: downapk-linux-x86_64
- target: aarch64-unknown-linux-musl
filename: downapk-linux-aarch64
- target: aarch64-linux-android
Expand Down

0 comments on commit 227f2f9

Please sign in to comment.