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.
1 parent b3a6afe commit dcc4d04Copy full SHA for dcc4d04
.github/workflows/build-linux-installer-deb.yml
@@ -59,11 +59,13 @@ jobs:
59
madmax-suffix: "x86-64"
60
bladebit-suffix: "ubuntu-x86-64.tar.gz"
61
arch-artifact-name: intel
62
+ python-interpreter-arch: x64
63
- runs-on: ubuntu-24.04-arm
64
arch: arm64
65
madmax-suffix: "arm64"
66
bladebit-suffix: "ubuntu-arm64.tar.gz"
67
arch-artifact-name: arm
68
+ python-interpreter-arch: arm64
69
70
env:
71
CHIA_INSTALLER_VERSION: ${{ needs.version.outputs.chia-installer-version }}
@@ -96,6 +98,7 @@ jobs:
96
98
uses: actions/setup-python@v5
97
99
with:
100
python-version: "3.12"
101
+ architecture: ${{ matrix.os.runs-on.python-interpreter-architecture }}
102
103
- name: Test raw version command
104
run: |
0 commit comments