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 with target changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 20, 2024
1 parent e13f7c0 commit b61eb77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
filename: downapk-linux-x86_64
- os: windows-latest
target: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
include:
- target: aarch64-unknown-linux-gnu
- target: aarch64-unknown-linux-musl
filename: downapk-linux-aarch64
- target: aarch64-linux-android
filename: downapk-android-aarch64
Expand All @@ -97,7 +97,7 @@ jobs:
filename: downapk-android-armv7
- target: x86_64-linux-android
filename: downapk-android-x86_64
- target: i686-unknown-linux-gnu
- target: i686-unknown-linux-musl
filename: downapk-linux-i686

steps:
Expand Down

0 comments on commit b61eb77

Please sign in to comment.