From bc5448b324c6d98cf244ca3f65985c9457ddfe56 Mon Sep 17 00:00:00 2001 From: Namrata Bhave Date: Fri, 6 Aug 2021 19:26:38 +0530 Subject: [PATCH] Release binaries for s390x --- .goreleaser.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 779b1c0..3cc10c4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,11 +9,16 @@ builds: - amd64 - 386 - arm64 + - s390x ignore: - goos: darwin goarch: 386 - goos: windows goarch: arm64 + - goos: darwin + goarch: s390x + - goos: windows + goarch: s390x ldflags: - -s -w -X main.version=v{{.Version}}