Skip to content

Commit c2551d6

Browse files
committed
ci: do not create image for windows for now
1 parent 89a3681 commit c2551d6

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
@@ -24,7 +24,7 @@ env:
2424
IMAGE_NAME: kit-data-manager/Typed-PID-Maker # repo name != app name in our case!
2525
jdk: 21
2626
distro: 'temurin'
27-
DOCKER_PLATFORMS: linux/amd64,linux/arm64,windows/amd64
27+
DOCKER_PLATFORMS: linux/amd64,linux/arm64
2828

2929
# Two jobs for creating and pushing Docker image
3030
# - build-and-push-image -> triggered by commits on main and tagging with semantic version (e.g.: v1.2.3)

0 commit comments

Comments
 (0)