Skip to content

Commit

Permalink
fix: pin to 6..8.11 kernel (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jan 3, 2025
1 parent 099ddf1 commit bf7880d
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.3-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.3-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 bf7880d

Please sign in to comment.