diff --git a/.travis.yml b/.travis.yml index 9c37bd6..228e548 100755 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: - make lint - make vet - make test - - if [ "${LATEST}" = "true" ]; then gox -os="linux windows netbsd freebsd openbsd plan9" -arch="amd64 386" -output="gtfstidy.`git describe --abbrev=0 --tags --match 'v[0-9.]*'`.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi + - if [ "${LATEST}" = "true" ]; then gox -os="linux windows netbsd freebsd openbsd plan9" -arch="amd64 arm64 386" -output="gtfstidy.`git describe --abbrev=0 --tags --match 'v[0-9.]*'`.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi - if [ "${LATEST}" = "true" ]; then gox -os="darwin" -arch="amd64" -output="gtfstidy.`git describe --abbrev=0 --tags --match 'v[0-9.]*'`.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi deploy: