Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Stop building ARM containers for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
der-eismann committed Aug 23, 2023
1 parent 3472f9d commit 1c2e857
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ jobs:
fi
id: generate_tags

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
Expand All @@ -88,4 +82,3 @@ jobs:
context: .
push: true
tags: ${{ steps.generate_tags.outputs.tags }}
platforms: linux/amd64,linux/arm64

0 comments on commit 1c2e857

Please sign in to comment.