#!/bin/bash 

set -e

export GOARCH=amd64
export GOOS=linux
export GOTOOLDIR=$(go env GOROOT)/pkg/linux_amd64

$(dirname $0)/build
