Addidng Dockerfile for artix devel env and script/example of usage.

This commit is contained in:
2026-07-26 18:10:50 +02:00
parent 409cc70822
commit f6b016bbec
2 changed files with 33 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
echo "Package src dir: $1"
echo "Package bin dir: $2"
docker run --interactive --tty --rm --volume $1:/pkgsrc:z --volume $2:/artifact:z artix-build-env bash -c "cp /pkgsrc/* ./ && makepkg -Ccsf --noconfirm && cp *.pkg.tar.zst /artifact/"