File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,6 +133,25 @@ jobs:
133133 overwrite : true
134134 file_glob : true
135135
136+ soar_nest_stable :
137+ needs :
138+ - release_stable
139+ permissions :
140+ attestations : write
141+ contents : write
142+ id-token : write
143+ packages : write
144+ uses : " pkgforge/soarpkgs/.github/workflows/matrix_builds.yaml@main"
145+ with :
146+ host : " ALL"
147+ sbuild-url : " https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/packages/ghostty/appimage.pkgforge-dev.stable.yaml"
148+ ghcr-url : " ghcr.io/${{ github.repository }}/stable"
149+ pkg-family : " ghostty"
150+ banner : true
151+ debug : true
152+ logs : true
153+ rebuild : true
154+
136155 release_nightly :
137156 name : 👻 Release Ghostty AppImage (Nightly)
138157 if : ${{ github.event_name == 'schedule' && github.ref_name == 'main' }}
@@ -161,3 +180,22 @@ jobs:
161180 target_commitish : ${{ github.sha }}
162181 files : |
163182 *.AppImage*
183+
184+ soar_nest_nightly :
185+ needs :
186+ - release_nightly
187+ permissions :
188+ attestations : write
189+ contents : write
190+ id-token : write
191+ packages : write
192+ uses : " pkgforge/soarpkgs/.github/workflows/matrix_builds.yaml@main"
193+ with :
194+ host : " ALL"
195+ sbuild-url : " https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/packages/ghostty/appimage.pkgforge-dev.nightly.yaml"
196+ ghcr-url : " ghcr.io/${{ github.repository }}/nightly"
197+ pkg-family : " ghostty-nightly"
198+ banner : true
199+ debug : true
200+ logs : true
201+ rebuild : true
You can’t perform that action at this time.
0 commit comments