Skip to content

Commit

Permalink
Merge pull request #11559 from filecoin-project/fix-docker-lp
Browse files Browse the repository at this point in the history
fix: docker
  • Loading branch information
magik6k authored Jan 9, 2024
2 parents fb3970a + 06f0e6b commit 886020b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ BINS+=lotus-miner
lotus-provider: $(BUILD_DEPS)
rm -f lotus-provider
$(GOCC) build $(GOFLAGS) -o lotus-provider ./cmd/lotus-provider
.PHONY: lotus-provider
BINS+=lotus-provider

lp2k: GOFLAGS+=-tags=2k
lp2k: lotus-provider
Expand Down

0 comments on commit 886020b

Please sign in to comment.