Skip to content

Commit

Permalink
github: sign testing manifest for broken devices
Browse files Browse the repository at this point in the history
We already build images for devices marked as broken. We need to
explicitly set the broken flag for the manifest generation in order to
also produce a manifest cotnaining these devices.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Nov 23, 2023
1 parent 764815e commit 7e6ce86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ jobs:
autoupdater-branch: testing
release: ${{ needs.build-meta.outputs.release-version }}
priority: 1
broken: ${{ needs.build-meta.outputs.broken }}

- name: Sign manifest (Testing)
uses: freifunk-gluon/action-sign@v1
Expand Down

0 comments on commit 7e6ce86

Please sign in to comment.