You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/external_trigger.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ jobs:
29
29
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
30
30
echo "> External trigger running off of master branch. To disable this trigger, add \`kdenlive_master\` into the Github organizational variable \`SKIP_EXTERNAL_TRIGGER\`." >> $GITHUB_STEP_SUMMARY
- {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "This might be needed to prevent crashing"}
28
-
opt_security_opt_param: true
29
-
opt_security_opt_param_vars:
30
-
- {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, this may be required depending on your Docker and storage configuration."}
31
29
# Selkies blurb settings
32
30
selkies_blurb: true
33
31
show_nvidia: true
@@ -36,7 +34,6 @@ app_setup_block_enabled: true
36
34
app_setup_block: |
37
35
The application can be accessed at:
38
36
39
-
* http://yourhost:3000/
40
37
* https://yourhost:3001/
41
38
# init diagram
42
39
init_diagram: |
@@ -108,6 +105,7 @@ init_diagram: |
108
105
"kdenlive:latest" <- Base Images
109
106
# changelog
110
107
changelogs:
108
+
- {date: "22.09.25:", desc: "Rebase to Arch latest Appimage no longer working on Deb distros. Build for arm64 again."}
111
109
- {date: "06.08.25:", desc: "Fix cpu bug, disable gamepad by default."}
112
110
- {date: "12.07.25:", desc: "Rebase to Selkies and use official AppImage, HTTPS IS NOW REQUIRED. Remove arm64 support."}
113
111
- {date: "19.08.24:", desc: "Rebase to noble. Use pypi and lsio wheels."}
0 commit comments