arch/build-pkg/docker-compose.yml

22 lines
494 B
YAML
Raw Normal View History

2021-05-13 15:44:34 +02:00
version: '3.7'
services:
2021-05-13 19:13:19 +02:00
2021-06-14 20:16:40 +02:00
# usage:
# If desired, adjust "DEFAULT_MAKEPKG_ARGS" in "run.sh"
# Build the docker container with:
# sudo docker-compose build --pull
# Then build a package with:
# sudo docker-compose run --rm makepkg <packageName> [<makepkgArguemnts>]
2021-05-13 15:44:34 +02:00
makepkg:
build: .
2021-05-13 15:47:51 +02:00
command: ["de-p1st-font"]
2021-05-13 15:44:34 +02:00
volumes:
- ../pkg:/pkg:ro
2021-05-13 15:44:34 +02:00
- ./out:/out
# interactive
stdin_open: true # docker run -i
tty: true # docker run -t