From 24c614bf16a70baa05ffed8ce64314762605ddd4 Mon Sep 17 00:00:00 2001 From: Pooja Shah Date: Thu, 16 Nov 2023 10:10:03 +0530 Subject: [PATCH] Added ppc64le support --- .github/workflows/release.yml | 2 +- .goreleaser.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f66ea0f..6dfab78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: uses: docker/build-push-action@v5 id: relimage with: - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le tags: ${{steps.meta.outputs.tags}} labels: ${{steps.meta.outputs.labels}} push: true diff --git a/.goreleaser.yml b/.goreleaser.yml index e3c903e..bd85bab 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -19,6 +19,7 @@ builds: - amd64 - arm64 - s390x + - ppc64le ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}} env: - CGO_ENABLED=0