Changing parameter and adjust externals

This commit is contained in:
Igor Pecovnik
2024-08-04 08:27:58 +02:00
parent 489f1e0854
commit 045e8ff15a
4 changed files with 5 additions and 4 deletions

2
external/code.conf vendored
View File

@@ -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
external/zoom.conf vendored
View File

@@ -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
external/zulu.conf vendored
View File

@@ -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

View File

@@ -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