Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Jan 30, 2025
1 parent 55403f1 commit 8304a13
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lf-build-linux-aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LF Build Linux (aarch64)"
name: 'Linuxfabrik: Build Linux (aarch64)'

on:
workflow_dispatch:
Expand All @@ -11,14 +11,14 @@ on:
description: 'The branch, tag, or SHA to checkout from the lib repo. Defaults to the current branch or tag.'
required: false
default: ''
distros:
description: 'Comma-separated list of operating systems to build on. Supported: `debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404`.'
required: false
default: 'debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404'
check-plugin:
description: 'If you only want to compile a specific check plugin, specify its name, for example `cpu-usage`, otherwise leave empty to build all plugins.'
required: false
default: 'cpu-usage'
distros:
description: 'Comma-separated list of operating systems to build on. Supported: `debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404`.'
required: false
default: 'debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404'

jobs:
build-linux:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lf-build-linux-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LF Build Linux (x86_64)"
name: 'Linuxfabrik: Build Linux (x86_64)'

on:
workflow_dispatch:
Expand All @@ -11,14 +11,14 @@ on:
description: 'The branch, tag, or SHA to checkout from the lib repo. Defaults to the current branch or tag.'
required: false
default: ''
distros:
description: 'Comma-separated list of operating systems to build on. Supported: `debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404`.'
required: false
default: 'debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404'
check-plugin:
description: 'If you only want to compile a specific check plugin, specify its name, for example `cpu-usage`, otherwise leave empty to build all plugins.'
required: false
default: 'cpu-usage'
distros:
description: 'Comma-separated list of operating systems to build on. Supported: `debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404`.'
required: false
default: 'debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404'

jobs:
build-linux:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lf-build-windows-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LF Build Windows (x86_64)"
name: 'Linuxfabrik: Build Windows (x86_64)'

on:
workflow_dispatch:
Expand All @@ -11,15 +11,16 @@ on:
description: 'The branch, tag, or SHA to checkout from the lib repo. Defaults to the current branch or tag.'
required: false
default: ''
distros:
description: 'Comma-separated list of operating systems to build on. Supported: `debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404`.'
required: false
default: 'debian11,debian12,rocky8,rocky9,ubuntu2004,ubuntu2204,ubuntu2404'
check-plugin:
description: 'If you only want to compile a specific check plugin, specify its name, for example `cpu-usage`, otherwise leave empty to build all plugins.'
required: false
default: 'cpu-usage'






jobs:
build-windows:
runs-on: windows-2025
Expand All @@ -28,5 +29,4 @@ jobs:
run: |
echo "package-version: ${{ inputs.package-version }}"
echo "lib-repo-ref: ${{ inputs.lib-repo-ref }}"
echo "distros: ${{ inputs.distros }}"
echo "check-plugin: ${{ inputs.check-plugin }}"

0 comments on commit 8304a13

Please sign in to comment.