mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Create binaries for ARMv5 and ARMv6
This commit is contained in:
parent
79c8fa30d0
commit
a3376db1b6
1 changed files with 14 additions and 0 deletions
14
.travis.yml
14
.travis.yml
|
@ -68,6 +68,13 @@ script:
|
|||
- ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt freebsd-arm/
|
||||
- tar czpvf dnscrypt-proxy-freebsd_arm-${TRAVIS_TAG:-dev}.tar.gz freebsd-arm
|
||||
|
||||
- go clean
|
||||
- env GOOS=freebsd GOARCH=arm go GOARM=6 build -mod vendor -ldflags="-s -w"
|
||||
- mkdir freebsd-armv6
|
||||
- ln dnscrypt-proxy freebsd-armv6/
|
||||
- ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt freebsd-armv6/
|
||||
- tar czpvf dnscrypt-proxy-freebsd_armv6-${TRAVIS_TAG:-dev}.tar.gz freebsd-armv6
|
||||
|
||||
- go clean
|
||||
- env GOOS=freebsd GOARCH=arm GOARM=7 go build -mod vendor -ldflags="-s -w"
|
||||
- mkdir freebsd-armv7
|
||||
|
@ -124,6 +131,13 @@ script:
|
|||
- ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt linux-arm/
|
||||
- tar czpvf dnscrypt-proxy-linux_arm-${TRAVIS_TAG:-dev}.tar.gz linux-arm
|
||||
|
||||
- go clean
|
||||
- env CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -mod vendor -ldflags="-s -w"
|
||||
- mkdir linux-armv6
|
||||
- ln dnscrypt-proxy 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
|
||||
|
||||
- go clean
|
||||
- env CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -mod vendor -ldflags="-s -w"
|
||||
- mkdir linux-arm64
|
||||
|
|
Loading…
Add table
Reference in a new issue