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 2259527 commit d38b848Copy full SHA for d38b848
.github/workflows/build-arm64-wheels.yml
@@ -13,13 +13,10 @@ on:
13
14
jobs:
15
build_wheels:
16
- name: ARM64 Python Wheels on ARM64 Ubuntu
17
- runs-on: ${{ matrix.os }}
18
- strategy:
19
- matrix:
20
- os: [[ARM64, Linux]]
+ name: Build ARM64 Python Wheels
+ runs-on: [ARM64, Linux]
21
container:
22
- image: ghcr.io/chia-network/build-images/centos-pypa-rust-aarch64:latest
+ image: ghcr.io/chia-network/build-images/centos-pypa-rust-aarch64:latest
23
24
steps:
25
- uses: Chia-Network/actions/clean-workspace@main
0 commit comments