Skip to content

Commit d38b848

Browse files
committed
Switch off of the matrix build
1 parent 2259527 commit d38b848

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build-arm64-wheels.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ on:
1313

1414
jobs:
1515
build_wheels:
16-
name: ARM64 Python Wheels on ARM64 Ubuntu
17-
runs-on: ${{ matrix.os }}
18-
strategy:
19-
matrix:
20-
os: [[ARM64, Linux]]
16+
name: Build ARM64 Python Wheels
17+
runs-on: [ARM64, Linux]
2118
container:
22-
image: ghcr.io/chia-network/build-images/centos-pypa-rust-aarch64:latest
19+
image: ghcr.io/chia-network/build-images/centos-pypa-rust-aarch64:latest
2320

2421
steps:
2522
- uses: Chia-Network/actions/clean-workspace@main

0 commit comments

Comments
 (0)