From cd779699159c4efee4b64184b331add94a7ba57e Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 30 Dec 2020 20:25:24 +0300 Subject: [PATCH] all: fix gpg_key, release --- Makefile | 4 +++- scripts/make/build-release.sh | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9ce026dea9..13168b08966 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ GO = go # # GOPROXY = https://goproxy.io|https://goproxy.cn|direct GOPROXY = https://goproxy.cn,https://goproxy.io,direct +GPG_KEY = devteam@adguard.com GPG_KEY_PASSPHRASE = not-a-real-password NPM = npm NPM_FLAGS = --prefix $(CLIENT_DIR) @@ -27,6 +28,7 @@ YARN_FLAGS = --cwd $(CLIENT_BETA_DIR) ENV = env\ COMMIT='$(COMMIT)'\ CHANNEL='$(CHANNEL)'\ + GPG_KEY='$(GPG_KEY)'\ GPG_KEY_PASSPHRASE='$(GPG_KEY_PASSPHRASE)'\ DIST_DIR='$(DIST_DIR)'\ GO='$(GO)'\ @@ -54,7 +56,7 @@ test: js-test go-test # expand to something like "C:/Program Files/Git/usr/bin/sh.exe". build-docker: ; $(ENV) "$(SHELL)" ./scripts/make/build-docker.sh -build-release: deps js-build +build-release: # deps js-build $(ENV) "$(SHELL)" ./scripts/make/build-release.sh clean: ; $(ENV) "$(SHELL)" ./scripts/make/clean.sh diff --git a/scripts/make/build-release.sh b/scripts/make/build-release.sh index e031d049be4..848da099f8f 100644 --- a/scripts/make/build-release.sh +++ b/scripts/make/build-release.sh @@ -101,6 +101,7 @@ freebsd amd64 0 0 0 freebsd arm 5 0 0 freebsd arm 6 0 0 freebsd arm 7 0 0 +freebsd arm64 0 0 0 linux 386 0 0 i386 linux amd64 0 0 amd64 linux arm 5 0 0