Skip to content

Commit

Permalink
feat: remove armv7 as no longer supported (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 authored Jul 2, 2023
1 parent 03a5ab1 commit 45aaa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

Expand Down

0 comments on commit 45aaa44

Please sign in to comment.