Skip to content

Commit 0d11e11

Browse files
committed
fix:remove window support
1 parent 990e7c4 commit 0d11e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
context: .
2929
push: true
30-
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386,linux/ppc64le,linux/s390x,windows/amd64
30+
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/386,linux/ppc64le,linux/s390x
3131
tags: |
3232
${{ secrets.DOCKER_HUB_USERNAME }}/telegram_media_downloader:latest
3333
${{ secrets.DOCKER_HUB_USERNAME }}/telegram_media_downloader:${{ github.ref_name }}

0 commit comments

Comments
 (0)