Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix make build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Sep 17, 2015
1 parent 104dc7d commit 556efea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Rockerfile
pkg
vendor/pkg
Rockerfile.exec
Rockerfile.build-cross
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $(ALL_BINARIES): build_image
-v -o $@ src/cmd/$(call bin,$@)/main.go

build_image:
rocker build
rocker build -f Rockerfile.build-cross

local-binary:
GOPATH=$(shell pwd):$(shell pwd)/vendor go build \
Expand Down

0 comments on commit 556efea

Please sign in to comment.