From 3b8b5713bbfae25b4c6028a298e0712926b6773d Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 25 Oct 2019 15:17:30 +0200 Subject: [PATCH] Remove 386 and arm archs Feel free to convince otherwise that it may be used =) Signed-off-by: Chmouel Boudjnah --- .goreleaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0695baa02..e6a274441 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,9 +16,7 @@ builds: - darwin - windows goarch: - - 386 - amd64 - - arm - arm64 ldflags: - -w -X github.com/tektoncd/cli/pkg/cmd/version.clientVersion={{.Version}}