mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-03 18:04:40 +01:00
Add builds for windows-arm
This commit is contained in:
parent
6319120c4b
commit
6df2cb97ad
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ for i in win64/LICENSE win64/*.toml win64/*.txt; do ex -bsc '%!awk "{sub(/$/,\"\
|
|||
ln ../windows/* win64/
|
||||
zip -9 -r dnscrypt-proxy-win64-${PACKAGE_VERSION:-dev}.zip win64
|
||||
|
||||
go clean
|
||||
env GOOS=windows GOARCH=arm64 go build -mod vendor -ldflags="-s -w"
|
||||
mkdir winarm
|
||||
ln dnscrypt-proxy.exe winarm/
|
||||
cp ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt winarm/
|
||||
for i in winarm/LICENSE winarm/*.toml winarm/*.txt; do ex -bsc '%!awk "{sub(/$/,\"\r\")}1"' -cx "$i"; done
|
||||
ln ../windows/* winarm/
|
||||
zip -9 -r dnscrypt-proxy-winarm-${PACKAGE_VERSION:-dev}.zip winarm
|
||||
|
||||
go clean
|
||||
env GO386=softfloat GOOS=openbsd GOARCH=386 go build -mod vendor -ldflags="-s -w"
|
||||
mkdir openbsd-i386
|
||||
|
|
Loading…
Add table
Reference in a new issue