mirror of
https://github.com/rancher/os.git
synced 2025-08-01 06:59:05 +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
|