From 5e17420ce53a1fbfdadafa332f8b54ff834f13f1 Mon Sep 17 00:00:00 2001 From: Simon Kagstrom Date: Sun, 14 Jul 2024 10:18:47 +0200 Subject: [PATCH] TMP --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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