Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into align-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Mar 25, 2024
2 parents d8f7c17 + a17d2a1 commit d6579cc
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.20"
kernel: "6.6.22"
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.20)
KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.22)

.PHONY: all
all: build
Expand Down

0 comments on commit d6579cc

Please sign in to comment.