diff --git a/Makefile b/Makefile index d9ce026d..246a7c55 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)'\ diff --git a/scripts/make/build-release.sh b/scripts/make/build-release.sh index e031d049..848da099 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