mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Add unsigned macOS packages
This commit is contained in:
parent
87fb44a588
commit
c308727d15
1 changed files with 11 additions and 0 deletions
|
@ -143,6 +143,17 @@ 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-x86_64
|
||||
ln dnscrypt-proxy macos-x86_64/
|
||||
ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt macos-x86_64/
|
||||
tar czpvf dnscrypt-proxy-macos_x86_64-${PACKAGE_VERSION:-dev}.tar.gz macos-x86_64
|
||||
|
||||
go clean
|
||||
env GOOS=darwin GOARCH=arm64 go build -mod vendor -ldflags="-s -w"
|
||||
mkdir macos-arm64
|
||||
ln dnscrypt-proxy macos-arm64/
|
||||
ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt macos-arm64/
|
||||
tar czpvf dnscrypt-proxy-macos_arm64-${PACKAGE_VERSION:-dev}.tar.gz macos-arm64
|
||||
|
||||
# Android
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue