We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f1dc7 commit fcfec88Copy full SHA for fcfec88
1 file changed
justfile
@@ -0,0 +1,2 @@
1
+build-package arg:
2
+ podman run --rm -it --privileged -v "$PWD":/repo:z ghcr.io/t2linux/fedora-ci:43 /repo/build-packages.sh {{arg}}
0 commit comments