Skip to content

Commit

Permalink
ci: remove android targets
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jun 23, 2023
1 parent 3ad69eb commit 1197d5f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ jobs:
matrix:
# This should work with only the `include`s, but it currently doesn't because of this bug:
# https://github.community/t5/How-to-use-Git-and-GitHub/GitHub-Actions-Matrix-options-dont-work-as-documented/td-p/29558
target: [x86_64-osx, x86_64-unknown-linux-musl, armv7-unknown-linux-musleabihf, armv7-linux-androideabi, aarch64-linux-android]
target: [x86_64-osx, x86_64-unknown-linux-musl, armv7-unknown-linux-musleabihf]
include:
- os: macos-latest
target: x86_64-osx
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
- os: ubuntu-latest
target: armv7-unknown-linux-musleabihf
- os: ubuntu-latest
target: armv7-linux-androideabi
- os: ubuntu-latest
target: aarch64-linux-android

steps:
- name: Install libssl-dev
Expand Down

0 comments on commit 1197d5f

Please sign in to comment.