Skip to content

Commit

Permalink
remove arm/v7 form docker build (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn authored Oct 18, 2024
1 parent 739eb6a commit 3d1728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.docker_meta.outputs.tags }}

0 comments on commit 3d1728e

Please sign in to comment.