Skip to content

Commit 250176b

Browse files
committed
remove cachyos kernel
1 parent d83cfd0 commit 250176b

File tree

4 files changed

+0
-274
lines changed

4 files changed

+0
-274
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -52,40 +52,3 @@ jobs:
5252
registry_token: ${{ github.token }}
5353
pr_event_number: ${{ github.event.number }}
5454
maximize_build_space: true
55-
56-
# Job 3: Build CachyOS variant
57-
build-cachyos:
58-
name: Build CachyOS Image (Experimental)
59-
runs-on: ubuntu-latest
60-
permissions:
61-
contents: read
62-
packages: write
63-
id-token: write
64-
steps:
65-
- name: Build CachyOS Image
66-
uses: blue-build/github-action@v1.9
67-
with:
68-
recipe: recipe-cachyos.yml
69-
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
70-
registry_token: ${{ github.token }}
71-
pr_event_number: ${{ github.event.number }}
72-
maximize_build_space: true
73-
74-
# Job 4: Build CachyOS NVIDIA variant
75-
build-cachyos-nvidia:
76-
name: Build CachyOS NVIDIA Image (Experimental)
77-
runs-on: ubuntu-latest
78-
needs: build-cachyos
79-
permissions:
80-
contents: read
81-
packages: write
82-
id-token: write
83-
steps:
84-
- name: Build CachyOS NVIDIA Image
85-
uses: blue-build/github-action@v1.9
86-
with:
87-
recipe: recipe-cachyos-nvidia.yml
88-
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
89-
registry_token: ${{ github.token }}
90-
pr_event_number: ${{ github.event.number }}
91-
maximize_build_space: true

files/system/usr/share/origami/scripts/configure-cachyos-kernel.sh

Lines changed: 0 additions & 73 deletions
This file was deleted.

recipes/recipe-cachyos-nvidia.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

recipes/recipe-cachyos.yml

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)