Skip to content

Commit

Permalink
Kernel 6.6.40 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Jul 15, 2024
1 parent dcacb3c commit c28280c
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- master

env:
kernel: "6.6.38"
kernel: "6.6.40"
GCS_BUCKET: images.metal-pod.io

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.ONESHELL:
KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.38)
KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.40)

.PHONY: all
all: build
Expand Down

0 comments on commit c28280c

Please sign in to comment.