mirror of
https://github.com/rancher/os.git
synced 2025-06-23 21:47:03 +00:00
8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
dapper -O make ARCH=arm rootfs
|
|
dapper -O make DEV_BUILD=1 test
|