Skip to content

Commit acdd723

Browse files
authored
Create test.yaml
1 parent 1557c7f commit acdd723

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)