Skip to content

Commit fb2f5e9

Browse files
JonZeollaclaude
andcommitted
fix: remove Docker build/run from Windows CI smoke test
BuildKit has no Windows image, so Linux Docker builds cannot work on Windows runners. Remove Docker buildx setup, build, and image verification steps. Docker builds are already tested by the Linux CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 04b3437 commit fb2f5e9

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ jobs:
221221
}
222222
223223
Write-Host "Windows smoke test passed: project generated and verified successfully"
224-
- name: Setup Docker Buildx
225-
uses: docker/setup-buildx-action@v3
226224
- name: Initialize generated project
227225
shell: bash
228226
run: |
@@ -233,16 +231,6 @@ jobs:
233231
run: |
234232
cd "$RUNNER_TEMP/replace-me"
235233
task -v test
236-
- name: Build Docker image
237-
shell: bash
238-
run: |
239-
cd "$RUNNER_TEMP/replace-me"
240-
task -v build
241-
- name: Verify Docker image
242-
shell: bash
243-
run: |
244-
docker run --rm --entrypoint python3 zenable-io/replace-me:latest \
245-
-c "from replace_me import __version__; print(__version__)"
246234
- name: Verify zenable CLI
247235
shell: bash
248236
run: |

0 commit comments

Comments
 (0)