File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -182,16 +182,18 @@ jobs:
182182 # runner: ubuntu-latest-devops-large
183183 runner-arch : X64
184184 artifact : linux_amd64v2
185- - id : linux/arm64
186- # runner: ubuntu-latest-release-test-arm64
187- # runner: ubuntu-latest-devops-large-arm
188- runner-arch : ARM64
189- artifact : linux_arm64
185+ # - id: linux/arm64
186+ # #runner: ubuntu-latest-release-test-arm64
187+ # #runner: ubuntu-latest-devops-large-arm
188+ # runner-arch: ARM64
189+ # artifact: linux_arm64
190190
191191
192192 steps :
193193 - name : Set up Python
194194 uses : actions/setup-python@v5
195+ with :
196+ python-version : ' 3.12'
195197
196198 - name : Download artifact ${{ env.APPLICATION }}_${{ inputs.release_version }}_${{ matrix.artifact }}.tar.gz
197199 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments