Skip to content

Commit

Permalink
pin: kernel back to 6.11.8 (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jan 14, 2025
1 parent 3fafb06 commit 35f8385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-gts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
brand_name: [bluefin]
with:
kernel_pin: 6.11.11-200.fc40.x86_64 ## This is where kernels get pinned.
kernel_pin: 6.11.8-200.fc40.x86_64 ## This is where kernels get pinned.
brand_name: ${{ matrix.brand_name }}
stream_name: gts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
brand_name: ["bluefin"]
with:
kernel_pin: 6.11.11-300.fc41.x86_64 ## This is where kernels get pinned.
kernel_pin: 6.11.8-300.fc41.x86_64 ## This is where kernels get pinned.
brand_name: ${{ matrix.brand_name }}
stream_name: stable

Expand Down

0 comments on commit 35f8385

Please sign in to comment.