diff --git a/.github/workflows/android-app-reproducible.yml b/.github/workflows/android-app-reproducible.yml index 764bd8c8582f..2b2016ee0811 100644 --- a/.github/workflows/android-app-reproducible.yml +++ b/.github/workflows/android-app-reproducible.yml @@ -72,6 +72,8 @@ jobs: submodules: true - name: Build (${{ matrix.type }}-${{ matrix.iteration }}) + env: + ARCHITECTURES: x86_64 run: bash -c "${{ matrix.command }}" - name: Upload (${{ matrix.type }}-${{ matrix.iteration }})