Skip to content

Commit

Permalink
Changing parameter and adjust externals
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Aug 4, 2024
1 parent 489f1e0 commit 045e8ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion external/code.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RELEASE=all
TARGET=desktop
METHOD=aptly
INSTALL=code
GLOB="Name (% code), \$Version (>= 1.91.0)"
GLOB="Name (% code), \$Version (>= 1.91.1)"
CHECKSUM=ignore
ARCH=armhf:arm64:amd64
REPOSITORY=BS
2 changes: 1 addition & 1 deletion external/zoom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RELEASE=all
TARGET=desktop
METHOD=aptly
INSTALL=zoom
GLOB="Name (% zoom), \$Version (>= 5.17.5)"
GLOB="Name (% zoom), \$Version (>= 6.1.6)"
ARCH=amd64
REPOSITORY=BS
2 changes: 1 addition & 1 deletion external/zulu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RELEASE=bookworm
TARGET=utils
METHOD=aptly
INSTALL=zulu17
GLOB="Name (% zulu17*), \$Version (>= 17.0.11), \$Version (< 18.0)"
GLOB="Name (% zulu17*), \$Version (>= 17.0.12), \$Version (< 18.0)"
ARCH=arm64:amd64
REPOSITORY=BS
3 changes: 2 additions & 1 deletion userpatches/gha/chunks/950.single_footer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs: # <TEMPLATE-IGNORE>
uses: igorjs/gh-actions-clean-workflow@v6
with:
token: "${{ env.GH_TOKEN }}"
days_old: 7
runs_older_than: 7 # optional
runs_to_keep: 0 # optional

# Switch pre-release to release
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 045e8ff

Please sign in to comment.