mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-10 14:18:00 -05:00
disable armhf builds for now
This commit is contained in:
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
home_assistant_version: ["2023.12.4", "2024.2.1"]
|
||||
arch: [aarch64, armhf, amd64, i386]
|
||||
arch: [aarch64, amd64, i386] # armhf
|
||||
suffix: [""]
|
||||
include:
|
||||
- home_assistant_version: "2024.2.1"
|
||||
|
||||
Reference in New Issue
Block a user