diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 762bb69e..257e1bf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,8 @@ jobs: strategy: fail-fast: false matrix: - arch: [amd64, armv7, aarch64, ppc64le, riscv64, i386] + arch: [amd64] + #, armv7, aarch64, ppc64le, riscv64, i386] steps: - uses: actions/checkout@v4 @@ -87,7 +88,7 @@ jobs: environment: name: "Docker Hub" url: https://hub.docker.com/r/kcov/kcov - if: github.ref == 'refs/heads/master' + #if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4 with: @@ -112,7 +113,6 @@ jobs: docker buildx build \ --tag $IMAGE_TAG \ --platform $PLATFORM \ - --push \ . env: IMAGE_TAG: kcov/kcov:latest