Skip to content

Commit b933513

Browse files
committed
ci: drop containers feature on Windows (bollard connect_with_unix is Unix-only)
1 parent 5acf362 commit b933513

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@ jobs:
4949
include:
5050
# Windows x86_64 (MSVC). (Temporary branch: matrix trimmed to Windows-only to produce a
5151
# test binary quickly; the full cross-platform matrix lives on `main`.)
52+
# NOTE: `containers` (Docker/bollard) does not build on Windows — it calls the Unix-only
53+
# `connect_with_unix`. Dropped here so the binary still ships local + SSH + S3/GCS/Azure +
54+
# archive, which is what the Backblaze/copy testing needs.
5255
- os: windows-latest
5356
target: x86_64-pc-windows-msvc
54-
features: all-backends
57+
features: ssh,cloud,archive
5558
archive: zip
5659
steps:
5760
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)