From aeb7465dd67adf26e81c6a221d0fe9c1327cec38 Mon Sep 17 00:00:00 2001 From: Albin Date: Fri, 28 Jun 2024 14:22:54 +0200 Subject: [PATCH] Limit archs --- .github/workflows/android-app-reproducible.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }})