Skip to content

Commit

Permalink
Revert "Build arm64 images as well"
Browse files Browse the repository at this point in the history
This reverts commit b22b4e5.
  • Loading branch information
jonahgeorge committed Nov 17, 2024
1 parent 0e7fdcf commit a775543
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,7 +42,6 @@ jobs:
with:
context: .
push: true
platforms: ${{ matrix.platform }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit a775543

Please sign in to comment.