Skip to content

Commit

Permalink
📝 temp remove andriod x64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Sep 1, 2024
1 parent 7cbdf0a commit fcfb7b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
test:
name: ${{ matrix.channel }}Test on ${{ matrix.target.name }}
name: ${{ matrix.channel }} Test on ${{ matrix.target.name }}
runs-on: ${{ matrix.target.os }}
strategy:
fail-fast: false
Expand All @@ -40,7 +40,7 @@ jobs:
#- { name: iOS-aarch64, os: macos-latest, tool: aarch64-apple-ios }
#- { name: Android-armv7, os: ubuntu-latest, tool: armv7-linux-androideabi }
- { name: Android-aarch64, os: ubuntu-latest, tool: aarch64-linux-android }
- { name: Android-x64, os: ubuntu-latest, tool: x86_64-linux-android }
# - { name: Android-x64, os: ubuntu-latest, tool: x86_64-linux-android }
#- { name: FreeBSD-x64, os: ubuntu-latest, tool: x86_64-unknown-freebsd }
#- { name: NetBSD-x64, os: ubuntu-latest, tool: x86_64-unknown-netbsd }
#- { name: Illumos-x64, os: ubuntu-latest, tool: x86_64-unknown-illumos }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn main() {
- x86_64 macOS
- x86_64 Windows
- x86_64 Fuchsia
- x86_64 Android
- ~~x86_64 Android~~
- aarch64 Linux
- aarch64 macOS
- aarch64 Fuchsia
Expand Down

0 comments on commit fcfb7b5

Please sign in to comment.