Skip to content

Commit

Permalink
fix(workflows): remove linux/arm/v7 platform from Docker build config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
NorkzYT committed Mar 29, 2024
1 parent 296339c commit 77fadd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: 🔧 Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64

- name: 🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
context: .
file: ./dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true

0 comments on commit 77fadd9

Please sign in to comment.