Update build matrix to exclude 'armv7' architecture

Removed 'armv7' architecture from the build matrix.
This commit is contained in:
Alexandre
2025-12-28 08:59:52 +01:00
committed by GitHub
parent c0c661eeeb
commit 9d9d65adcc

View File

@@ -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)