From 0f5c23823d95ddc7ba286b63a6db52fdb6d6bae2 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 14 Apr 2026 18:17:06 +0100 Subject: [PATCH] build: Produce a linux/s390x binary --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3617e65be..a024b77b9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,6 +118,7 @@ jobs: - {goos: "linux", goarch: "amd64", runson: "ubuntu-latest", cgo-enabled: "0"} - {goos: "linux", goarch: "arm", runson: "ubuntu-latest", cgo-enabled: "0"} - {goos: "linux", goarch: "arm64", runson: "ubuntu-latest", cgo-enabled: "0"} + - {goos: "linux", goarch: "s390x", runson: "ubuntu-latest", cgo-enabled: "0"} - {goos: "openbsd", goarch: "386", runson: "ubuntu-latest", cgo-enabled: "0"} - {goos: "openbsd", goarch: "amd64", runson: "ubuntu-latest", cgo-enabled: "0"} - {goos: "solaris", goarch: "amd64", runson: "ubuntu-latest", cgo-enabled: "0"}