mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 17:48:26 +00:00
Build with ubuntu-24.04-arm
This commit is contained in:
parent
d11f885751
commit
3d1f72a0f5
20
.github/workflows/wheels.yml
vendored
20
.github/workflows/wheels.yml
vendored
@ -176,12 +176,26 @@ jobs:
|
|||||||
name: Build wheels ${{ matrix.abi }} for ${{ matrix.arch }}
|
name: Build wheels ${{ matrix.abi }} for ${{ matrix.arch }}
|
||||||
if: github.repository_owner == 'home-assistant'
|
if: github.repository_owner == 'home-assistant'
|
||||||
needs: init
|
needs: init
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
abi: ["cp313"]
|
include:
|
||||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
- os: ubuntu-latest
|
||||||
|
arch: amd64
|
||||||
|
abi: cp313
|
||||||
|
- os: ubuntu-latest
|
||||||
|
arch: i386
|
||||||
|
abi: cp313
|
||||||
|
- os: ubuntu-24.04-arm
|
||||||
|
arch: aarch64
|
||||||
|
abi: cp313
|
||||||
|
- os: ubuntu-24.04-arm
|
||||||
|
arch: armv7
|
||||||
|
abi: cp313
|
||||||
|
- os: ubuntu-latest
|
||||||
|
arch: armhf
|
||||||
|
abi: cp313
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user