mirror of
https://github.com/rancher/os.git
synced 2025-08-02 23:42:31 +00:00
8 lines
177 B
YAML
8 lines
177 B
YAML
build:
|
|
image: rancher/dapper:1.9.1
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
commands:
|
|
- dapper -O make ARCH=arm rootfs
|
|
- dapper -O make DEV_BUILD=1 test
|