Skip to content

Commit

Permalink
Use arm runners for the pure arm images (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Feb 4, 2025
1 parent 770e562 commit 7450e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-centos-pypa-rust-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
package:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
runs-on: 'ubuntu-24.04-arm'
docker-platforms: linux/arm64
docker-context: ./centos-pypa-rust-aarch64
dockerfile: ./centos-pypa-rust-aarch64/Dockerfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-manylinux-cuda-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
package:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
runs-on: 'ubuntu-24.04-arm'
docker-platforms: linux/arm64
docker-context: ./manylinux_cuda_aarch64
dockerfile: ./manylinux_cuda_aarch64/Dockerfile
Expand Down

0 comments on commit 7450e26

Please sign in to comment.