Skip to content

Commit 3246770

Browse files
authored
gnome moment
1 parent d80d951 commit 3246770

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/blank.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,3 @@ jobs:
8282
git add ./LATEST_VERSION
8383
git commit --allow-empty -m 'bump `LATEST_VERSION` [skip ci]'
8484
git push
85-
86-
soar-nest:
87-
needs: [release] #Only runs if release succeeded
88-
permissions:
89-
attestations: write #Needed for Build Provenance & Attestations
90-
contents: write #Needed to create Release
91-
id-token: write #Needed for Build Provenance & Attestations
92-
packages: write #Needed to push to ghcr
93-
uses: "pkgforge/soarpkgs/.github/workflows/matrix_builds.yaml@main"
94-
with:
95-
host: "x86_64-Linux" #Otherwise aarch64-Linux OR ALL for both
96-
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
97-
ghcr-url: "ghcr.io/${{ github.repository }}/stable" #Package will be pushed under this path
98-
pkg-family: "android-tools" #Needed to generate tags & artifact names
99-
banner: true #If false, then Disables PkgForge Branding in LogFiles
100-
debug: false #If set to true, will run everything with set -x
101-
logs: true #Will Attach the entire Logs + File as Workflow Artifact
102-
rebuild: true #Will rebuild even if ghcr tag already exists

0 commit comments

Comments
 (0)