From 14d7ea490bcbb18e075811a6ca03245be506412b Mon Sep 17 00:00:00 2001 From: Harpal Dhillon Date: Wed, 10 Jan 2024 17:04:59 +0000 Subject: [PATCH] feat: s390x architecture added in the goarch list Signed-off-by: Harpal Dhillon --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7577743548..f2e52a2f84 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,6 +14,7 @@ builds: - amd64 - arm64 - ppc64le + - s390x ldflags: - "-s" - "-w"