We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1557c7f commit acdd723Copy full SHA for acdd723
.github/workflows/test.yaml
@@ -0,0 +1,19 @@
1
+name: 🧰🛠️ Build Soar Package 📦📀
2
+
3
+on:
4
+ #push:
5
+ workflow_dispatch:
6
+ release:
7
+ types: [published]
8
9
+jobs:
10
+ build-package:
11
+ uses: pkgforge/soarpkgs/.github/workflows/matrix_builds.yaml@main
12
+ with:
13
+ host: "ALL"
14
+ sbuild-url: "https://raw.githubusercontent.com/pkgforge-dev/ghostty-appimage/refs/heads/main/SBUILD_latest.yaml"
15
+ ghcr-url: "ghcr.io/${{ env.GITHUB_REPOSITORY }}/stable"
16
+ pkg-family: "ghostty"
17
+ debug: false
18
+ logs: true
19
+ rebuild: true
0 commit comments