add build job for file system archive

This commit is contained in:
Nebel 2021-09-04 20:47:11 +09:00
parent 70faeb105e
commit 31a58e6f90
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/apkovl/
/cache/
/dist/
/megabit-armhf.tar.gz

View file

@ -50,7 +50,7 @@ bin/build
### SD カードに書き込み
```sh
rsync -a dist/ /path/to/sd/
tar xf megabit-armhf.tar.gz -C /path/to/sd/
```
### 前提条件

View file

@ -15,3 +15,4 @@ cp -a usercfg.txt cache -t dist
gzip -cdk overlay.img.gz > dist/overlay.img
docker-compose run --rm builder
tar czf dist/localhost.apkovl.tar.gz --owner=0 --group=0 -C apkovl .
tar czf megabit-armhf.tar.gz --owner=0 --group=0 -C dist .