Update builder.yaml

This commit is contained in:
Alexandre
2022-03-07 16:08:01 +01:00
committed by GitHub
parent 29518cf758
commit 0c0a2fffff

View File

@@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }}
arch: ["aarch64", "amd64", "armv7"]
arch: ${{ steps.info.outputs.architectures }}
steps:
- name: Check out repository