ci: desktop_linux automatisch auf main nach erstem gruenen Lauf

This commit is contained in:
Thore Cimbal
2026-07-31 12:00:00 +00:00
parent e21e101004
commit bc0769809d
+2 -3
View File
@@ -67,7 +67,8 @@ desktop_image:
- docker push "$IMAGE:bullseye"
# Electron-Linux-Build (amd64, static sqlcipher) - repliziert den am 2026-07-29 manuell
# verifizierten Build-Weg. Erst manuell, bis der Ablauf einmal gruen war.
# verifizierten Build-Weg. Seit dem ersten gruenen Lauf (Job 322, 2026-07-31)
# automatisch bei jedem Push auf main.
desktop_linux:
stage: package
image: rohana.axion1337.de/sorb/element-desktop-build:bullseye
@@ -76,8 +77,6 @@ desktop_linux:
artifacts: true
rules:
- if: $CI_COMMIT_BRANCH == "main"
when: manual
allow_failure: true
variables:
MAX_GLIBC: "2.31"
USE_HARD_LINKS: "false"