mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update build matrix to exclude 'armv7' architecture
Removed 'armv7' architecture from the build matrix.
This commit is contained in:
2
.github/workflows/onpush_builder.yaml
vendored
2
.github/workflows/onpush_builder.yaml
vendored
@@ -115,7 +115,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
addon: ${{ fromJSON(needs.detect-changed-addons.outputs.changedAddons) }}
|
||||
arch: ["aarch64", "amd64", "armv7"]
|
||||
arch: ["aarch64", "amd64"]
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Resolve Symlinks (in repo)
|
||||
|
||||
Reference in New Issue
Block a user