.PHONY: build

lint:
	bingo lint

test:
	bingo test --container

remote-vendor:
	http_proxy="socks5://localhost:1080" GO111MODULE=on go mod vendor

build:
	GOOS=linux bingo build --container

build-macos:
	go build code.justin.tv/dcops/rack_buildsheets/cmd/rackcheck