mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-10 00:39:22 -06:00
Fix malformed matrix include configuration for runs-on
Co-authored-by: agners <34061+agners@users.noreply.github.com>
This commit is contained in:
parent
30f5fdb5ad
commit
085140f365
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -90,8 +90,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
arch: ${{ fromJson(needs.init.outputs.architectures) }}
|
||||||
|
runs-on: [ubuntu-24.04]
|
||||||
include:
|
include:
|
||||||
- runs-on: ubuntu-24.04
|
|
||||||
- arch: aarch64
|
- arch: aarch64
|
||||||
runs-on: ubuntu-24.04-arm
|
runs-on: ubuntu-24.04-arm
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user