From 06bc4b8a6bd9a6e6065c19590228462ccbf4c516 Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Wed, 11 Dec 2024 00:46:53 +0000 Subject: [PATCH] test only on amd64 --- .github/workflows/docker-publish.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a689263..c89bd0d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -27,12 +27,10 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - arch: amd64 - - os: ubuntu-24.02-arm - arch: arm64 + - arch: amd64 + - arch: arm64 - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest permissions: contents: read packages: write @@ -83,6 +81,7 @@ jobs: - name: Test id: test + if: ${{matrix.arch == 'amd64'}} uses: docker/build-push-action@v6 with: context: .