Skip to content

Commit

Permalink
feat: drop aarch64, add i686
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal committed Oct 31, 2023
1 parent 16e4ae6 commit 7b11226
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,25 @@ jobs:
fail-fast: false
matrix:
platform:
- os_name: Linux-aarch64
- os_name: Linux-i686-musl
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
bin: winapps-linux-arm64
target: i686-unknown-linux-musl
bin: winapps-linux-i686-musl
- os_name: Linux-i686
os: ubuntu-20.04
target: i686-unknown-linux-gnu
bin: winapps-linux-i686
- os_name: Linux-x86_64-musl
os: ubuntu-20.04
target: x84_64-unknown-linux-musl
bin: winapps-linux-amd64-musl
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bin: winapps-linux-amd64
toolchain:
- stable
- nightly

steps:
- uses: actions/checkout@v4
- name: Build binary
Expand Down

0 comments on commit 7b11226

Please sign in to comment.