Skip to content

Commit a3added

Browse files
authored
Update Docker build platforms
Removed support for linux/arm/v7 platform in Docker build.
1 parent 6503b25 commit a3added

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
context: .
5555
file: ${{ env.DOCKERFILE_PATH }}
56-
platforms: linux/amd64,linux/arm64,linux/arm/v7
56+
platforms: linux/amd64,linux/arm64
5757
push: true
5858
tags: |
5959
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:${{ steps.vars.outputs.version }}

0 commit comments

Comments
 (0)