Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Dai <[email protected]>
  • Loading branch information
daixiang0 committed May 6, 2020
1 parent 6ee468a commit fc1f9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
LABEL maintainer="The Thanos Authors"

ARG ARCH="amd64"
COPY .build/linux-${ARCH}/thanos /bin/thanos
COPY .build/${OS}-${ARCH}/thanos /bin/thanos

ENTRYPOINT [ "/bin/thanos" ]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ assets: $(GOBINDATA)
build: ## Builds Thanos binary using `promu`.
build: check-git deps $(PROMU)
@echo ">> building binaries $(GOBIN)"
@$(PROMU) build --prefix $(PREFIX)
@$(PROMU) crossbuild --prefix $(PREFIX) -p 'linux/amd64'

.PHONY: crossbuild
crossbuild: ## Builds all binaries for all platforms.
Expand Down

0 comments on commit fc1f9fe

Please sign in to comment.