diff --git a/justfile b/justfile new file mode 100644 index 0000000..49900b7 --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +build-package arg: + podman run --rm -it --privileged -v "$PWD":/repo:z ghcr.io/t2linux/fedora-ci:43 /repo/build-packages.sh {{arg}}