Skip to content

Commit

Permalink
Use native aarch64 runner for building aarch64 wheels (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Jan 17, 2025
1 parent fa82c94 commit 6709d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
use_qemu:
description: 'Use qemu to build linux aarch64, ppc64le & s390x'
description: 'Use qemu to build linux, ppc64le & s390x'
required: false
default: 'false'
workflow_run:
Expand Down Expand Up @@ -32,11 +32,11 @@ jobs:
build: "manylinux_"
artifact_suffix: "manylinux_x86_64"
use_qemu: false
- os: ubuntu-20.04
- os: ubuntu-24.04-arm
arch: "aarch64"
build: "manylinux_"
artifact_suffix: "manylinux_aarch64"
use_qemu: true
use_qemu: false
- os: windows-2019
arch: "AMD64"
build: ""
Expand Down

0 comments on commit 6709d31

Please sign in to comment.