Skip to content

Commit

Permalink
Remove x86/x64 builds in Android CI (project-chip#13741)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinh0 authored and selissia committed Jan 28, 2022
1 parent 960d864 commit bf52c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build Android CHIPTool and CHIPTest
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-{arm,arm64,x64,x86}-chip-*' build"
"./scripts/build/build_examples.py --no-log-timestamps --target-glob 'android-{arm,arm64}-chip-*' build"
# - name: Build Android Studio build (arm64 only)
# run: |
# ./scripts/run_in_build_env.sh \
Expand Down

0 comments on commit bf52c1a

Please sign in to comment.