mirror of
https://github.com/armbian/os.git
synced 2026-01-06 10:38:50 -08:00
Changing parameter and adjust externals
This commit is contained in:
2
external/code.conf
vendored
2
external/code.conf
vendored
@@ -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
2
external/zoom.conf
vendored
@@ -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
2
external/zulu.conf
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user