Skip to content

Commit

Permalink
Drop support for kernel 6.2 & add support for bookworm-6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
roforest authored Nov 28, 2024
1 parent 595a171 commit 73e3ab6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 106 deletions.
1 change: 0 additions & 1 deletion .configbookworm62

This file was deleted.

Empty file added .configbookworm68
Empty file.
1 change: 0 additions & 1 deletion .configbullseye62

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/auto update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
branch: ['master','bookworm-6.5','bookworm-6.2','bullseye-6.2','pve-kernel-5.15']
branch: ['master','bookworm-6.8','bookworm-6.5','pve-kernel-5.15']
#if: github.event.repository.owner.id == github.event.sender.id

steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Build pve-kernel bookworm-6.2
name: Build pve-kernel bookworm-6.8

on:
workflow_dispatch:
push:
branches:
- master
paths:
- '.configbookworm62'
- '.configbookworm68'

env:
REPO_URL: https://git.proxmox.com/git/pve-kernel.git
REPO_BRANCH: bookworm-6.2
REPO_BRANCH: bookworm-6.8
CONFIG_FILE: .config
SCRIPTS_PATH: ${{ github.workspace }}/scripts
SSH_ACTIONS: false
Expand All @@ -19,7 +19,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.event.repository.owner.id == github.event.sender.id

steps:
Expand Down
99 changes: 0 additions & 99 deletions .github/workflows/build-pvekernel bullseye-6.2.yml

This file was deleted.

0 comments on commit 73e3ab6

Please sign in to comment.