grim/convey

closing closed branch again
multiple-images
2018-01-26, Gary Kramlich
8e45b1f8ccff
closing closed branch again
# convey/go-build
The go-build image is a simple wrapper around the official golang:latest image.
## Example
tasks:
build-linux:
image: convey/go-build:latest
command: -o convey-linux-amd64
environment:
- CGO_ENABLED=0
- GOOS=linux
- GOARCH=amd64
workspace: /go/src/bitbucket.org/rw_grim/convey
workdir: /go/src/bitbucket.org/rw_grim/convey
## Command
Additional arguments to pass to go build.
## Environment Variables
The are no image specific environment variables.