mirror of
https://github.com/rancher/os.git
synced 2025-09-17 15:40:47 +00:00
8 lines
114 B
Bash
Executable File
8 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
|
|
cd $(dirname $0)/..
|
|
. ./scripts/dapper-common
|
|
|
|
dapper -d -O make ARCH=${ARCH} DEV_BUILD=1 test
|