Skip to content

Commit

Permalink
remove arm
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 20, 2023
1 parent ac9b590 commit 3f5fbf2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -53,7 +49,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64/v8
target: production
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 3f5fbf2

Please sign in to comment.