mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 06:07:36 +03:00
CI: stop publishing MacOS binaries since they now require notarization
Fixes #1300
This commit is contained in:
parent
3e264b9da9
commit
35a6fc858f
1 changed files with 1 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PACKAGE_VERSION="$1"
|
PACKAGE_VERSION="$1"
|
||||||
|
|
||||||
cd dnscrypt-proxy
|
cd dnscrypt-proxy || exit 1
|
||||||
|
|
||||||
go clean
|
go clean
|
||||||
env GOOS=windows GOARCH=386 go build -mod vendor -ldflags="-s -w"
|
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
|
go clean
|
||||||
env GOOS=darwin GOARCH=amd64 go build -mod vendor -ldflags="-s -w"
|
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
|
# Android
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue