From bb154feba6b872342b4a523e41efe7efd061e3b4 Mon Sep 17 00:00:00 2001 From: Wim Fournier Date: Mon, 17 May 2021 11:23:59 +0200 Subject: [PATCH] add linux-arm64 as build target --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 565f0cd2..0f733c6e 100755 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ env: - CGO_ENABLED=0 - DOCKER_BUILDKIT=1 - GO111MODULE=on - - GOBUILD="linux-amd64 windows-amd64 darwin-amd64" + - GOBUILD="linux-amd64 windows-amd64 darwin-amd64 linux-arm64" - GOPROXY=https://proxy.golang.org # We depend on Docker 19.03 or newer for per-Dockerfile Dockerignore @@ -49,6 +49,7 @@ deploy: - backend/build/hashi-ui-linux-amd64 - backend/build/hashi-ui-windows-amd64 - backend/build/hashi-ui-darwin-amd64 + - backend/build/hashi-ui-linux-arm64 skip_cleanup: true overwrite: true on: