Skip to content

Commit

Permalink
Trigger kernel build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 14, 2024
1 parent 4c00d59 commit 11d973a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
docker run \
--quiet \
-v "$PWD":/repo \
ghcr.io/t2linux/fedora-dev:latest \
ghcr.io/t2linux/fedora-ci:40 \
/repo/lint.sh
build:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
docker run \
--privileged \
-v "$PWD":/repo \
ghcr.io/t2linux/fedora-dev:latest \
ghcr.io/t2linux/fedora-ci:40 \
/repo/build-packages.sh "${CHANGED_PACKAGES[@]}"
env:
CHANGES: ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down
Empty file added kernel/trigger-build
Empty file.

0 comments on commit 11d973a

Please sign in to comment.