Skip to content

Commit afd4413

Browse files
committed
✅ Create a x86_64 testapp for gh-actions
1 parent 611b216 commit afd4413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
build-arch: ['arm64-v8a', 'armeabi-v7a']
50+
build-arch: ['arm64-v8a', 'armeabi-v7a', 'x86_64']
5151
steps:
5252
- name: Checkout python-for-android
5353
uses: actions/checkout@v2
5454
- name: Pull docker image
5555
run: |
5656
make docker/pull
57-
- name: Build apk for Python 3 ${{ matrix.build-arch }}
57+
- name: Build apk Python 3 ${{ matrix.build-arch }}
5858
run: |
5959
mkdir -p apks
6060
make docker/run/make/with-artifact/testapps/${{ matrix.build-arch }}

0 commit comments

Comments
 (0)