mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-14 02:25:52 +01:00
CI: stop publishing MacOS binaries since they now require notarization
Fixes #1300
This commit is contained in:
parent
3e264b9da9
commit
35a6fc858f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user