k3s/scripts/ci
Darren Shepherd 6fa7f5b3ae Clean up build scripts
Switch binaries to armhf suffix to be more clean on the on
architecture
2019-01-24 10:51:37 -07:00

11 lines
106 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
if [ -z "SKIP_VALIDATE" ]; then
./validate
fi
./build
./package