Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jul 14, 2024
1 parent e413248 commit 5e17420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -112,7 +113,6 @@ jobs:
docker buildx build \
--tag $IMAGE_TAG \
--platform $PLATFORM \
--push \
.
env:
IMAGE_TAG: kcov/kcov:latest
Expand Down

0 comments on commit 5e17420

Please sign in to comment.