Merge pull request #51 from projectatomic/refactor-for-lib

*: move pkg main into cmd/skopeo/
This commit is contained in:
Miloslav Trmač 2016-05-10 12:29:11 +02:00
commit a4fba7b0a0
16 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ GIT_COMMIT := $(shell git rev-parse HEAD 2> /dev/null || true)
all: binary
binary:
go build -ldflags "-X main.gitCommit=${GIT_COMMIT}" -o ${DEST}skopeo .
go build -ldflags "-X main.gitCommit=${GIT_COMMIT}" -o ${DEST}skopeo ./cmd/skopeo
build-container:
docker build ${DOCKER_BUILD_ARGS} -t "$(DOCKER_IMAGE)" .