Skip to content

Commit f416a8a

Browse files
committed
Build is done on Alpine therefor no Alpine target
1 parent 09f3e6d commit f416a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
context: .
4141
push: true
42-
platforms: linux/amd64,linux/arm64,windows/amd64
42+
platforms: linux/amd64,linux/arm64
4343
tags: |
4444
${{ secrets.DOCKERHUB_USERNAME }}/vmware-exporter:latest
4545
ghcr.io/${{ github.repository_owner }}/vmware-exporter:latest
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
context: .
7777
push: true
78-
platforms: linux/amd64,linux/arm64,windows/amd64
78+
platforms: linux/amd64,linux/arm64
7979
tags: |
8080
${{ secrets.DOCKERHUB_USERNAME }}/vmware-exporter:${{ github.ref_name }}
8181
ghcr.io/${{ github.repository_owner }}/vmware-exporter:${{ github.ref_name }}

0 commit comments

Comments
 (0)