8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64
1 parent 611b216 commit afd4413Copy full SHA for afd4413
.github/workflows/push.yml
@@ -47,14 +47,14 @@ jobs:
47
runs-on: ubuntu-latest
48
strategy:
49
matrix:
50
- build-arch: ['arm64-v8a', 'armeabi-v7a']
+ build-arch: ['arm64-v8a', 'armeabi-v7a', 'x86_64']
51
steps:
52
- name: Checkout python-for-android
53
uses: actions/checkout@v2
54
- name: Pull docker image
55
run: |
56
make docker/pull
57
- - name: Build apk for Python 3 ${{ matrix.build-arch }}
+ - name: Build apk Python 3 ${{ matrix.build-arch }}
58
59
mkdir -p apks
60
make docker/run/make/with-artifact/testapps/${{ matrix.build-arch }}
0 commit comments