diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90241fd8..3661e221 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - arch: ["arm", "arm64", "386", "amd64"] + arch: ["arm", "arm64", "386", "amd64", "s390x", "ppc64le"] fail-fast: true name: Go linux ${{ matrix.arch }} build @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - arch: ["arm", "arm64", "386", "amd64"] + arch: ["arm", "arm64", "386", "amd64", "s390x", "ppc64le"] env: repo: ${{github.event.repository.name}} version: ${{needs.get-product-version.outputs.product-version}}