1
0
mirror of https://github.com/rancher/os.git synced 2025-06-24 14:01:34 +00:00
os/scripts/ci
Ivan Mikushin ac1b6a6797 Repair build for arm
and make sure CI breaks if arm is broken
2016-02-25 11:18:03 -08:00

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