Skip to content

Commit

Permalink
Remove windows docker (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Apr 18, 2023
1 parent f98af8f commit 513cb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
context: ./
file: ./.ci_helpers/docker/${{ matrix.image_name }}.dockerfile
push: true
platforms: linux/amd64,linux/arm64,windows/amd64
platforms: linux/amd64,linux/arm64
tags: |
${{ env.IMAGE_SPEC }}:${{ env.DATE_TAG }}
${{ env.IMAGE_SPEC }}:latest

0 comments on commit 513cb29

Please sign in to comment.