Skip to content

Commit

Permalink
Update lf-build-linux-x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Feb 3, 2025
1 parent 02ea3db commit feddb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lf-build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: >
podman run
--detach
--mount type=bind,source=build/containerfiles/${{ matrix.distro }},destination=/build,relabel=private
--mount type=bind,source=$RUNNER_TEMP/${{ matrix.distro }}/compiled,destination=/compiled,relabel=private
--mount type=bind,source=repos,destination=/repos,relabel=shared,ro=true
"lfmp-build-${{ matrix.distro }}"
Expand All @@ -107,7 +107,7 @@ jobs:
"lfmp-build-${{ matrix.distro }}"
/bin/bash
./repos/monitoring-plugins/build/shared/compile-multiple.sh
$RUNNER_TEMP/compiled
$RUNNER_TEMP/${{ matrix.distro }}/compiled
./repos/lib
./repos/monitoring-plugins/check-plugins
${{ inputs.check-plugins }}
Expand Down

0 comments on commit feddb7c

Please sign in to comment.