Skip to content

Commit

Permalink
build: Fixed build stage issue for crossbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt committed Aug 24, 2017
1 parent 1ecb8aa commit 5765e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DOCKER_IMAGE_TAG ?= $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))
all: format style vet test build

build: promu
@$(PROMU) build --prefix $(BIN_DIR)
@$(PROMU) build --prefix $(PREFIX)

crossbuild: promu
@$(PROMU) crossbuild
Expand Down Expand Up @@ -63,7 +63,7 @@ style:

tarball: promu
@echo ">> building release tarball"
@$(PROMU) tarball --prefix $(TARBALL_DIR) $(BIN_DIR)
@$(PROMU) tarball --prefix $(PREFIX) $(BIN_DIR)

test:
@$(GO) test $(pkgs)
Expand Down

0 comments on commit 5765e53

Please sign in to comment.