You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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