Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qjerome authored Sep 28, 2023
1 parent 0287b54 commit 03f4071
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,14 @@ jobs:
- name: Build (eBPF and userland)
run: cargo xtask build --release

- name: Linux Kernel 5.4
- name: Linux Kernel LTS 5.4
run: ./scripts/ci/test_kernel.sh 5.4

- name: Linux Kernel LTS 5.10
run: ./scripts/ci/test_kernel.sh 5.10

- name: Linux Kernel LTS 5.15
run: ./scripts/ci/test_kernel.sh 5.15

- name: Linux Kernel LTS 6.1
run: ./scripts/ci/test_kernel.sh 6.1

0 comments on commit 03f4071

Please sign in to comment.