Skip to content

Commit

Permalink
Makefile fix is necessary for deploying new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Nov 26, 2023
1 parent e55759e commit a9d6536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $(DIST_DIR):
mkdir -p $(DIST_DIR)

$(BUILD_DIR)/http-proxy: $(SRCS) | $(BUILD_DIR)
GOPRIVATE="github.com/getlantern" go build -o $(BUILD_DIR) ./http-proxy
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 GOPRIVATE="github.com/getlantern" go build -o $(BUILD_DIR) ./http-proxy

build: $(BUILD_DIR)/http-proxy

Expand Down

0 comments on commit a9d6536

Please sign in to comment.