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/lf-build-linux-aarch64.yml
+11-44Lines changed: 11 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,17 @@ name: 'Linuxfabrik: Build Linux (aarch64)'
3
3
on:
4
4
workflow_dispatch:
5
5
inputs:
6
-
compile-plugins:
7
-
description: 'Space-separated list of check plugins to compile and package, for example "cpu-usage feed scanrootkit". Leave empty to build all plugins.'
8
-
required: false
9
-
default: ''
10
6
target-distros:
11
7
description: 'Space-separated list of operating systems to compile on and build packages for. Supported: `debian11 debian12 rocky8 rocky9 ubuntu2004 ubuntu2204 ubuntu2404`. Cannot be empty.'
Copy file name to clipboardExpand all lines: .github/workflows/lf-build-linux-x86_64.yml
+11-44Lines changed: 11 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,17 @@ name: 'Linuxfabrik: Build Linux (x86_64)'
3
3
on:
4
4
workflow_dispatch:
5
5
inputs:
6
-
compile-plugins:
7
-
description: 'Space-separated list of check plugins to compile and package, for example "cpu-usage feed scanrootkit". Leave empty to build all plugins.'
8
-
required: false
9
-
default: ''
10
6
target-distros:
11
7
description: 'Space-separated list of operating systems to compile on and build packages for. Supported: `debian11 debian12 rocky8 rocky9 ubuntu2004 ubuntu2204 ubuntu2404`. Cannot be empty.'
0 commit comments