Skip to content

Commit

Permalink
tune build
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-panteleev committed Jun 5, 2024
1 parent be56c52 commit a5a26b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
name: Build ${{ matrix.arch }} ${{ matrix.addon }} add-on
strategy:
matrix:
addon: ${{ fromJson(needs.init.outputs.changed_addons) }}
# addon: ${{ fromJson(needs.init.outputs.changed_addons) }}
addon: ["hassio-vouch-proxy"]
# arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]
arch: ["aarch64", "amd64"]
arch: ["aarch64"]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit a5a26b9

Please sign in to comment.