Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coswat committed Sep 28, 2023
1 parent dec43c7 commit 56b95b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
include:
- build: linux
os: ubuntu-latest
target: [x86_64-unknown-linux-musl, aarch64-linux-android]
target: x86_64-unknown-linux-musl

- build: linux
os: ubuntu-latest
target: aarch64-linux-android

steps:
- name: Checkout
Expand Down

0 comments on commit 56b95b3

Please sign in to comment.