Skip to content

Commit 4ef136f

Browse files
committed
fix: 🐛 Remove unsupported platform 'linux/arm/v6' from Docker build configuration
1 parent 41c5014 commit 4ef136f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
context: .
4040
push: true
41-
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386
41+
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386
4242
tags: |
4343
ghcr.io/${{ steps.setup.outputs.owner_lower }}/calendar-proxy:latest
4444
ghcr.io/${{ steps.setup.outputs.owner_lower }}/calendar-proxy:${{ github.sha }}

0 commit comments

Comments
 (0)