meow!
 
 
 
Go to file
Dominika Liberda 74be9c3c06 new things 2022-04-09 16:51:42 +02:00
.abuild new things 2022-04-09 16:51:42 +02:00
sakamoto meow? 2022-04-09 16:30:05 +02:00
.gitignore meta: Add out/ to gitignore 2021-04-17 15:26:12 +02:00
.gitlab-ci.yml.disabled meta: removed GitLab CI 2021-04-17 15:21:41 +02:00
Dockerfile new things 2022-04-09 16:51:42 +02:00
README.md new things 2022-04-09 16:51:42 +02:00
build.sh meow? 2022-04-09 16:30:05 +02:00

README.md

alpine-repo

Building packages

The recommended way for building the packages is Docker.

Setup:

  • ensure that you have the private key in .abuild/
  • build the image using docker build -t builder .
  • sync the current repo to a directory called out
docker run --rm -it -v "$(pwd):/aports" -v "$(pwd)/out:/home/ci/packages" -w "/pwd" builder