mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Build Linux binaries for armv7 while we're here
This commit is contained in:
parent
77507abb62
commit
5d81e5a6db
1 changed files with 7 additions and 0 deletions
|
@ -136,6 +136,13 @@ script:
|
||||||
- ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt linux-armv6/
|
- ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt linux-armv6/
|
||||||
- tar czpvf dnscrypt-proxy-linux_armv6-${TRAVIS_TAG:-dev}.tar.gz linux-armv6
|
- tar czpvf dnscrypt-proxy-linux_armv6-${TRAVIS_TAG:-dev}.tar.gz linux-armv6
|
||||||
|
|
||||||
|
- go clean
|
||||||
|
- env CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -mod vendor -ldflags="-s -w"
|
||||||
|
- mkdir linux-armv7
|
||||||
|
- ln dnscrypt-proxy linux-armv7/
|
||||||
|
- ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt linux-armv7/
|
||||||
|
- tar czpvf dnscrypt-proxy-linux_armv7-${TRAVIS_TAG:-dev}.tar.gz linux-armv7
|
||||||
|
|
||||||
- go clean
|
- go clean
|
||||||
- env CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -mod vendor -ldflags="-s -w"
|
- env CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -mod vendor -ldflags="-s -w"
|
||||||
- mkdir linux-arm64
|
- mkdir linux-arm64
|
||||||
|
|
Loading…
Add table
Reference in a new issue