File tree Expand file tree Collapse file tree 4 files changed +0
-274
lines changed
files/system/usr/share/origami/scripts Expand file tree Collapse file tree 4 files changed +0
-274
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments