Remove armv6 and armv7 builds, this is confusing
This commit is contained in:
parent
9c15e90610
commit
16ac53810f
28
.travis.yml
28
.travis.yml
|
@ -66,20 +66,6 @@ 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 GOARM=6 go 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
|
||||
- ln dnscrypt-proxy freebsd-armv7/
|
||||
- ln ../LICENSE example-dnscrypt-proxy.toml localhost.pem example-*.txt freebsd-armv7/
|
||||
- tar czpvf dnscrypt-proxy-freebsd_armv7-${TRAVIS_TAG:-dev}.tar.gz freebsd-armv7
|
||||
|
||||
- go clean
|
||||
- env GOOS=dragonfly GOARCH=amd64 go build -mod vendor -ldflags="-s -w"
|
||||
- mkdir dragonflybsd-amd64
|
||||
|
@ -129,20 +115,6 @@ 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=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
|
||||
- env CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -mod vendor -ldflags="-s -w"
|
||||
- mkdir linux-arm64
|
||||
|
|
Loading…
Reference in New Issue