From 37b4234b18cd795fa000721ea3ad20e3f8f00ea7 Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Sun, 25 Mar 2018 11:25:58 +0200 Subject: [PATCH] chore: build freebsd armv7 binary (#252) --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 14e5d2fe..1b924fb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,13 @@ script: - ln ../LICENSE example-dnscrypt-proxy.toml example-*.txt freebsd-amd64/ - tar czpvf dnscrypt-proxy-freebsd_amd64-${TRAVIS_TAG:-dev}.tar.gz freebsd-amd64 + - go clean + - env GOOS=freebsd GOARCH=arm GOARM=7 go build -ldflags="-s -w" + - mkdir freebsd-armv7 + - ln dnscrypt-proxy freebsd-armv7/ + - ln ../LICENSE example-dnscrypt-proxy.toml 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 -ldflags="-s -w" - mkdir dragonflybsd-amd64