Skip to content

Commit dcc4d04

Browse files
committed
debug
1 parent b3a6afe commit dcc4d04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-linux-installer-deb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ jobs:
5959
madmax-suffix: "x86-64"
6060
bladebit-suffix: "ubuntu-x86-64.tar.gz"
6161
arch-artifact-name: intel
62+
python-interpreter-arch: x64
6263
- runs-on: ubuntu-24.04-arm
6364
arch: arm64
6465
madmax-suffix: "arm64"
6566
bladebit-suffix: "ubuntu-arm64.tar.gz"
6667
arch-artifact-name: arm
68+
python-interpreter-arch: arm64
6769

6870
env:
6971
CHIA_INSTALLER_VERSION: ${{ needs.version.outputs.chia-installer-version }}
@@ -96,6 +98,7 @@ jobs:
9698
uses: actions/setup-python@v5
9799
with:
98100
python-version: "3.12"
101+
architecture: ${{ matrix.os.runs-on.python-interpreter-architecture }}
99102

100103
- name: Test raw version command
101104
run: |

0 commit comments

Comments
 (0)