Skip to content

Commit

Permalink
disable armhf builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
acon96 committed Apr 25, 2024
1 parent d6b1aa0 commit bcb10ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bcb10ad

Please sign in to comment.