#!/bin/bash 

set -e -o pipefail

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

$(dirname $0)/build
