mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-15 20:31:42 +01:00
Build aarch64 wheels (#618)
This commit is contained in:
parent
6edb45e732
commit
9aa453ac86
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -18,12 +18,19 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
if: runner.os == 'Linux'
|
||||
uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
platforms: aarch64
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.16.2
|
||||
env:
|
||||
CIBW_SKIP: cp36-* cp37-* cp38-* pp*
|
||||
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
||||
CIBW_BUILD_VERBOSITY: 3
|
||||
CIBW_ARCHS_LINUX: auto aarch64
|
||||
REQUIRE_CYTHON: 1
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user