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 05122dd commit 346e428
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ jobs:
matrix:
# You can add more, for any target you'd like!
include:
- build: macos
os: macos-latest
- build: linux
os: ubuntu-latest
target: arm-linux-androideabi

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

- build: macos
os: macos-latest
- build: linux
os: ubuntu-latest
target: armv7-linux-androideabi

- build: macos
os: macos-latest
- build: linux
os: ubuntu-latest
target: x86_64-linux-android

- build: macos
os: macos-latest
- build: linux
os: ubuntu-latest
target: i686-linux-android

steps:
Expand Down

0 comments on commit 346e428

Please sign in to comment.