diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 2d3c3c71..a33a0a85 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -49,4 +49,4 @@ jobs: labels: ${{ steps.metadata.outputs.labels }} cache-from: ${{ steps.cache.outputs.cache-from }} cache-to: ${{ steps.cache.outputs.cache-to }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/ppc64le diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bf39663b..a11a4aa7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,9 @@ jobs: - runs-on: ubuntu-latest GOOS: linux GOARCH: arm + - runs-on: ubuntu-latest + GOOS: linux + GOARCH: ppc64le - runs-on: macos-latest GOOS: darwin GOARCH: amd64