diff options
Diffstat (limited to 'all.sh')
| -rwxr-xr-x | all.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh -e + +TOOLCHAIN_VERSION="$(go version)" +cd "$(dirname -- "$0")/" +echo "# Building cmd/dist using ${TOOLCHAIN_VERSION}." +go run -v --tags=dist ./cmd/dist |
