alpine-repo/README.md

15 lines
278 B
Markdown
Raw Normal View History

2021-04-11 16:00:52 +02:00
# alpine-repo
## Building packages
2021-04-11 18:52:22 +02:00
The recommended way for building the packages is Docker.
2021-04-11 16:00:52 +02:00
2021-04-11 18:52:22 +02:00
Setup:
- ensure that you have the private key in `.abuild/`
2022-04-10 12:28:49 +02:00
- build the image using `docker build -t meow .`
2021-04-11 18:52:22 +02:00
- sync the current repo to a directory called `out`
```bash
2022-04-10 12:28:49 +02:00
./run.sh
2021-04-11 16:00:52 +02:00
```