Update generated GHA chunk workflow artifact-image-complete-matrix.yml

This commit is contained in:
Armbianworker
2026-01-03 00:55:40 +00:00
parent 19b4d607d6
commit f9f803f01e
6 changed files with 36 additions and 18 deletions

View File

@@ -42,8 +42,8 @@ on:
options:
# branches
- main
- libfuse
- update-maintainers
- fix/helios64-typec-extcon-bridge
- rkfix
- update-kernel-configs
- v25.11
- sunxi
@@ -197,6 +197,9 @@ env:
# Added to every build, even the prepare job.
EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}"
# Storage deployment path
TARGET_PATH: "stable/"
# Version management
VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}"
VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'false' }}"
@@ -7999,7 +8002,7 @@ jobs:
--remove-source-files \
--delete \
output/ \
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}"
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}"
echo "Clean up empty directories in output/"
find output/. -type d -empty -delete

View File

@@ -42,8 +42,8 @@ on:
options:
# branches
- main
- libfuse
- update-maintainers
- fix/helios64-typec-extcon-bridge
- rkfix
- update-kernel-configs
- v25.11
- sunxi
@@ -197,6 +197,9 @@ env:
# Added to every build, even the prepare job.
EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}"
# Storage deployment path
TARGET_PATH: "cron/"
# Version management
VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}"
VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'true' }}"
@@ -7999,7 +8002,7 @@ jobs:
--remove-source-files \
--delete \
output/ \
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}"
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}"
echo "Clean up empty directories in output/"
find output/. -type d -empty -delete

View File

@@ -41,8 +41,8 @@ on:
options:
# branches
- main
- libfuse
- update-maintainers
- fix/helios64-typec-extcon-bridge
- rkfix
- update-kernel-configs
- v25.11
- sunxi
@@ -517,6 +517,9 @@ env:
# Added to every build, even the prepare job.
EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}"
# Storage deployment path
TARGET_PATH: "apps/"
# Version management
VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}"
VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'false' }}"
@@ -8319,7 +8322,7 @@ jobs:
--remove-source-files \
--delete \
output/ \
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}"
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}"
echo "Clean up empty directories in output/"
find output/. -type d -empty -delete

View File

@@ -43,8 +43,8 @@ on:
options:
# branches
- main
- libfuse
- update-maintainers
- fix/helios64-typec-extcon-bridge
- rkfix
- update-kernel-configs
- v25.11
- sunxi
@@ -519,6 +519,9 @@ env:
# Added to every build, even the prepare job.
EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}"
# Storage deployment path
TARGET_PATH: "community/"
# Version management
VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}"
VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'true' }}"
@@ -8321,7 +8324,7 @@ jobs:
--remove-source-files \
--delete \
output/ \
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}"
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}"
echo "Clean up empty directories in output/"
find output/. -type d -empty -delete

View File

@@ -47,8 +47,8 @@ on:
options:
# branches
- main
- libfuse
- update-maintainers
- fix/helios64-typec-extcon-bridge
- rkfix
- update-kernel-configs
- v25.11
- sunxi
@@ -523,6 +523,9 @@ env:
# Added to every build, even the prepare job.
EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}"
# Storage deployment path
TARGET_PATH: "nightly/"
# Version management
VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}"
VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'true' }}"
@@ -8325,7 +8328,7 @@ jobs:
--remove-source-files \
--delete \
output/ \
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}"
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}"
echo "Clean up empty directories in output/"
find output/. -type d -empty -delete

View File

@@ -41,8 +41,8 @@ on:
options:
# branches
- main
- libfuse
- update-maintainers
- fix/helios64-typec-extcon-bridge
- rkfix
- update-kernel-configs
- v25.11
- sunxi
@@ -517,6 +517,9 @@ env:
# Added to every build, even the prepare job.
EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}"
# Storage deployment path
TARGET_PATH: "stable/"
# Version management
VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}"
VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'false' }}"
@@ -8319,7 +8322,7 @@ jobs:
--remove-source-files \
--delete \
output/ \
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}"
"${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}"
echo "Clean up empty directories in output/"
find output/. -type d -empty -delete