From a77554359c9e800d00db4e3b28df4ca2847c6e7b Mon Sep 17 00:00:00 2001 From: Jonah George Date: Sun, 17 Nov 2024 12:44:01 -0800 Subject: [PATCH] Revert "Build arm64 images as well" This reverts commit b22b4e52b5bdeaf296d453136a429fded8fa7b52. --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce2459b..1e337c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,10 +19,6 @@ jobs: attestations: write id-token: write - strategy: - matrix: - platform: [linux/amd64, linux/arm64] - steps: - name: Check out the repo uses: actions/checkout@v4 @@ -46,7 +42,6 @@ jobs: with: context: . push: true - platforms: ${{ matrix.platform }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}