Skip to content

Commit 1b4076b

Browse files
authored
add initial nest support
add initial nest support
2 parents 7c9523a + 4d1ac3a commit 1b4076b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/blank.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,21 @@ jobs:
9898
files: |
9999
*.AppImage*
100100
continue-on-error: false
101+
102+
soar-nest:
103+
needs: [release] #Only runs if release succeeded
104+
permissions:
105+
attestations: write #Needed for Build Provenance & Attestations
106+
contents: write #Needed to create Release
107+
id-token: write #Needed for Build Provenance & Attestations
108+
packages: write #Needed to push to ghcr
109+
uses: "pkgforge/soarpkgs/.github/workflows/matrix_builds.yaml@main"
110+
with:
111+
host: "x86_64-Linux" #Otherwise aarch64-Linux OR ALL for both
112+
sbuild-url: "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/packages/android-tools/appimage.pkgforge-dev.stable.yaml" #RAW URL to the SBUILD Recipe, can be hosted anywhere
113+
ghcr-url: "ghcr.io/${{ github.repository }}/stable" #Package will be pushed under this path
114+
pkg-family: "android-tools" #Needed to generate tags & artifact names
115+
banner: true #If false, then Disables PkgForge Branding in LogFiles
116+
debug: false #If set to true, will run everything with set -x
117+
logs: true #Will Attach the entire Logs + File as Workflow Artifact
118+
rebuild: true #Will rebuild even if ghcr tag already exists

0 commit comments

Comments
 (0)