pkgbuilder

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-06 08:56:10 +03:00
parent 1fa31d3e0f
commit 162ef2ffe1
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ To use the build scripts, grab the latest Spark rootfs in one of the following w
* `git clone https://code.fleshless.org/Spark/spark-rootfs.git; cd spark-rootfs; podman build --rm -t localhost/spark .`
Then build a builder image from `./autobuilder`:
* `cd ./autobuilder; podman build --rm -t localhost/spark:autobuilder .`
```
cd ./autobuilder; podman build --rm -t localhost/spark:autobuilder .`
```
makepkg-podman
--------------