We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a3681 commit c2551d6Copy full SHA for c2551d6
.github/workflows/docker-publish.yml
@@ -24,7 +24,7 @@ env:
24
IMAGE_NAME: kit-data-manager/Typed-PID-Maker # repo name != app name in our case!
25
jdk: 21
26
distro: 'temurin'
27
- DOCKER_PLATFORMS: linux/amd64,linux/arm64,windows/amd64
+ DOCKER_PLATFORMS: linux/amd64,linux/arm64
28
29
# Two jobs for creating and pushing Docker image
30
# - build-and-push-image -> triggered by commits on main and tagging with semantic version (e.g.: v1.2.3)
0 commit comments