mirror of
https://github.com/golang/go
synced 2024-11-18 16:14:46 -07:00
dashboard/env: restore the periods after docker build
They're required but adg wanted them removed and I listened :) TBR=adg R=adg CC=golang-codereviews https://golang.org/cl/136200043
This commit is contained in:
parent
c0bc9ba88d
commit
1481828125
2
dashboard/env/linux-x86-base/Makefile
vendored
2
dashboard/env/linux-x86-base/Makefile
vendored
@ -3,7 +3,7 @@
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
docker: Dockerfile
|
||||
docker build -t gobuilders/linux-x86-base
|
||||
docker build -t gobuilders/linux-x86-base .
|
||||
|
||||
docker-linux.base.tar.gz: docker
|
||||
docker save gobuilders/linux-x86-base | gzip | (cd ../../coordinator/buildongce && go run create.go --write_object=go-builder-data/docker-linux.base.tar.gz)
|
||||
|
2
dashboard/env/linux-x86-nacl/Makefile
vendored
2
dashboard/env/linux-x86-nacl/Makefile
vendored
@ -3,7 +3,7 @@
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
docker: Dockerfile
|
||||
docker build -t gobuilders/linux-x86-nacl
|
||||
docker build -t gobuilders/linux-x86-nacl .
|
||||
|
||||
upload: docker
|
||||
docker save gobuilders/linux-x86-nacl | gzip | (cd ../../coordinator/buildongce && go run create.go --write_object=go-builder-data/docker-linux.nacl.tar.gz)
|
||||
|
Loading…
Reference in New Issue
Block a user