Skip to content

Commit 53e7a31

Browse files
authored
Remove unsupported Linux architectures from workflow
Removed support for additional Linux architectures in the publish-release workflow.
1 parent 79b6ace commit 53e7a31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,4 @@ jobs:
3333
platforms: |
3434
linux/amd64
3535
linux/arm64
36-
linux/arm/v7
37-
linux/arm/v6
38-
linux/386
3936
tags: ${{ secrets.DOCKERHUB_USERNAME }}/djangoblog:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)