yq/release.sh
2015-10-13 21:34:40 +11:00

9 lines
214 B
Bash
Executable File

#!/bin/bash
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
# at https://github.com/inconshreveable/gonative
rm build/*
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"