@@ -26,16 +26,6 @@ PACKAGE_DIR := $(CURDIR)/packaging
2626INSTALL_BINDIR := /usr/bin/
2727MAN_DIR := /usr/share/man/man1/
2828
29- EQUINOX_FLAGS = --version="$(VERSION ) " \
30- --platforms="$(EQUINOX_BUILD_PLATFORMS ) " \
31- --app="$(EQUINOX_APP_ID ) " \
32- --token="$(EQUINOX_TOKEN ) " \
33- --channel="$(EQUINOX_CHANNEL ) "
34-
35- ifeq ($(EQUINOX_IS_DRAFT ) , true)
36- EQUINOX_FLAGS := --draft $(EQUINOX_FLAGS)
37- endif
38-
3929LOCAL_ARCH ?= $(shell uname -m)
4030ifneq ($(GOARCH ) ,)
4131 TARGET_ARCH ?= $(GOARCH )
@@ -231,10 +221,6 @@ homebrew-upload: cloudflared-darwin-amd64.tgz
231221homebrew-release : homebrew-upload
232222 ./publish-homebrew-formula.sh cloudflared-darwin-amd64.tgz $(VERSION ) homebrew-cloudflare
233223
234- .PHONY : release
235- release : bin/equinox
236- bin/equinox release $(EQUINOX_FLAGS ) -- $(VERSION_FLAGS ) $(IMPORT_PATH ) /cmd/cloudflared
237-
238224.PHONY : github-release
239225github-release : cloudflared
240226 python3 github_release.py --path $(EXECUTABLE_PATH ) --release-version $(VERSION )
@@ -252,11 +238,6 @@ github-mac-upload:
252238 python3 github_release.py --path artifacts/cloudflared-darwin-amd64.tgz --release-version $(VERSION ) --name cloudflared-darwin-amd64.tgz
253239 python3 github_release.py --path artifacts/cloudflared-amd64.pkg --release-version $(VERSION ) --name cloudflared-amd64.pkg
254240
255- bin/equinox :
256- mkdir -p bin
257- curl -s https://bin.equinox.io/c/75JtLRTsJ3n/release-tool-beta-$(EQUINOX_PLATFORM ) .tgz | tar xz -C bin/
258-
259-
260241.PHONY : tunnelrpc-deps
261242tunnelrpc-deps :
262243 which capnp # https://capnproto.org/install.html
0 commit comments