From 35a6fc858ffca26b31ecaaf336c58e89e53e06e7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 28 Apr 2020 10:00:49 +0200 Subject: [PATCH] CI: stop publishing MacOS binaries since they now require notarization Fixes #1300 --- .ci/ci-build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.ci/ci-build.sh b/.ci/ci-build.sh index 6b15e9e9..9090d329 100755 --- a/.ci/ci-build.sh +++ b/.ci/ci-build.sh @@ -2,7 +2,7 @@ PACKAGE_VERSION="$1" -cd dnscrypt-proxy +cd dnscrypt-proxy || exit 1 go clean env GOOS=windows GOARCH=386 go build -mod vendor -ldflags="-s -w" @@ -143,10 +143,6 @@ tar czpvf dnscrypt-proxy-linux_mips64le-${PACKAGE_VERSION:-dev}.tar.gz linux-mip go clean env GOOS=darwin GOARCH=amd64 go build -mod vendor -ldflags="-s -w" -mkdir macos -ln dnscrypt-proxy macos/ -ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt macos/ -tar czpvf dnscrypt-proxy-macos-${PACKAGE_VERSION:-dev}.tar.gz macos # Android