Files
prind/docker-compose.extra.make.yaml
Markus Küffner 0d4af22c50 Add hostmcu Workflow (#79)
* klipper: rename the mcu target to tools
* klipper: add hostmcu target
* klipper: add klipper user to tty group
* klipper: add build config for klipper_mcu
* docs: add new targets to klipper image readme
* docs: add hostmcu profile to additional profiles
* add hostmcu profile
2023-06-17 12:48:52 +02:00

11 lines
261 B
YAML

services:
make:
image: mkuf/klipper:${TAG:-latest}-tools
tty: true
privileged: true
entrypoint: make
working_dir: /opt/klipper
volumes:
- /dev:/dev
- ./config/build.config:/opt/klipper/.config
- ./out:/opt/klipper/out