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 0b55ded commit c0e2c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# addon: ${{ fromJson(needs.init.outputs.changed_addons) }}
addon: ["hassio-vouch-proxy"]
# arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]
arch: ["aarch64"]
# arch: ["aarch64"]
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -111,7 +111,5 @@ jobs:
uses: home-assistant/[email protected]
with:
args: |
--${{ matrix.arch }} \
--target /data/${{ matrix.addon }} \
--cosign
--all \
--target /data/${{ matrix.addon }}
3 changes: 0 additions & 3 deletions hassio-vouch-proxy/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ labels:
org.opencontainers.image.description: "Auth proxy that using Home Assistant as auth provider"
org.opencontainers.image.source: "https://github.com/igor-panteleev/hassio-addons"
org.opencontainers.image.licenses: "MIT"
cosign:
identity: https://github.com/igor-panteleev/hassio-addons/.*
base_identity: https://github.com/home-assistant/docker-base/.*

0 comments on commit c0e2c6c

Please sign in to comment.