Skip to content

Commit f8e7e81

Browse files
author
psadi
committed
feat: configure soar nests
1 parent 5cd6539 commit f8e7e81

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,25 @@ jobs:
153153
overwrite: true
154154
file_glob: true
155155

156+
soar_nest_stable:
157+
needs:
158+
- release_stable
159+
permissions:
160+
attestations: write
161+
contents: write
162+
id-token: write
163+
packages: write
164+
uses: "pkgforge/soarpkgs/.github/workflows/matrix_builds.yaml@main"
165+
with:
166+
host: "ALL"
167+
sbuild-url: "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/packages/ghostty/appimage.pkgforge-dev.stable.yaml"
168+
ghcr-url: "ghcr.io/${{ github.repository }}/stable"
169+
pkg-family: "ghostty"
170+
banner: true
171+
debug: true
172+
logs: true
173+
rebuild: true
174+
156175
release_nightly:
157176
name: 👻 Release Ghostty AppImage (Nightly)
158177
if: ${{ github.event_name == 'schedule' && github.ref_name == 'main' }}
@@ -189,3 +208,22 @@ jobs:
189208
target_commitish: ${{ github.sha }}
190209
files: |
191210
*.AppImage*
211+
212+
soar_nest_nightly:
213+
needs:
214+
- release_nightly
215+
permissions:
216+
attestations: write
217+
contents: write
218+
id-token: write
219+
packages: write
220+
uses: "pkgforge/soarpkgs/.github/workflows/matrix_builds.yaml@main"
221+
with:
222+
host: "ALL"
223+
sbuild-url: "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/packages/ghostty-nightly/appimage.pkgforge-dev.nightly.yaml"
224+
ghcr-url: "ghcr.io/${{ github.repository }}/nightly"
225+
pkg-family: "ghostty-nightly"
226+
banner: true
227+
debug: true
228+
logs: true
229+
rebuild: true

0 commit comments

Comments
 (0)