1
0
mirror of https://github.com/golang/go synced 2024-11-19 07:14:45 -07:00
go/dashboard/env/linux-x86-base
Brad Fitzpatrick cd6dcd8cb5 dashboard/env: fix 32-bit builds
(Fix from adg)

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/136760043
2014-08-26 00:41:41 -07:00
..
Dockerfile dashboard/env: fix 32-bit builds 2014-08-26 00:41:41 -07:00
Makefile dashboard: start of Dockeritization of Linux builders 2014-08-26 00:33:19 -07:00
README dashboard: start of Dockeritization of Linux builders 2014-08-26 00:33:19 -07:00

For now, you can at least do a single build of a single revision:

$ export BUILD=linux-amd64-temp
$ docker run \
     -v $HOME/keys/$BUILD.buildkey:/.gobuildkey \
     gobuilders/linux-x86-base \
     /usr/local/bin/builder -rev=50ac9eded6ad -buildroot=/ -v $BUILD

TODO(bradfitz): automate with CoreOS + GCE, ala:
    https://github.com/bradfitz/camlistore/blob/master/misc/gce/create.go