File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,12 +51,19 @@ script:
5151- ln ../LICENSE example-dnscrypt-proxy.toml example-*.txt freebsd-amd64/
5252- tar czpvf dnscrypt-proxy-freebsd_amd64-${TRAVIS_TAG:-dev}.tar.gz freebsd-amd64
5353- go clean
54+
5455- env GOOS=freebsd GOARCH=arm go build -ldflags="-s -w"
5556- mkdir freebsd-arm
5657- ln dnscrypt-proxy freebsd-arm/
5758- ln ../LICENSE example-dnscrypt-proxy.toml example-*.txt freebsd-arm/
5859- tar czpvf dnscrypt-proxy-freebsd_arm-${TRAVIS_TAG:-dev}.tar.gz freebsd-arm
5960- go clean
61+ - env GOOS=freebsd GOARCH=arm GOARM=7 go build -ldflags="-s -w"
62+ - mkdir freebsd-armv7
63+ - ln dnscrypt-proxy freebsd-armv7/
64+ - ln ../LICENSE example-dnscrypt-proxy.toml example-*.txt freebsd-armv7/
65+ - tar czpvf dnscrypt-proxy-freebsd_armv7-${TRAVIS_TAG:-dev}.tar.gz freebsd-armv7
66+ - go clean
6067- env GOOS=dragonfly GOARCH=amd64 go build -ldflags="-s -w"
6168- mkdir dragonflybsd-amd64
6269- ln dnscrypt-proxy dragonflybsd-amd64/
You can’t perform that action at this time.
0 commit comments