1
0
mirror of https://github.com/rancher/os.git synced 2025-07-20 09:59:03 +00:00
os/scripts/make.sh

8 lines
97 B
Bash
Raw Normal View History

#!/bin/bash
set -e
cd $(dirname $0)/..
. ./scripts/dapper-common
dapper make ARCH=${ARCH} "$@"