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: "ALL"#Otherwise aarch64-Linux OR x86_64-Linux
27
+
sbuild-url: "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/busybox/static.standalone.source.yaml"#Must always be a raw URL
28
+
ghcr-url: "ghcr.io/${{ github.repository }}/stable"#Package will be pushed under this path
29
+
pkg-family: "busybox"#Needed so soar can cross reference with other repos/nests
30
+
debug: false #If set to true, will run everything with set -x
31
+
logs: true #Will Attach the entire Logs + File as Workflow Artifact
32
+
rebuild: true #Will rebuild even if ghcr tag already exists
0 commit comments