We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acf362 commit b933513Copy full SHA for b933513
1 file changed
.github/workflows/release.yml
@@ -49,9 +49,12 @@ jobs:
49
include:
50
# Windows x86_64 (MSVC). (Temporary branch: matrix trimmed to Windows-only to produce a
51
# 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.
55
- os: windows-latest
56
target: x86_64-pc-windows-msvc
- features: all-backends
57
+ features: ssh,cloud,archive
58
archive: zip
59
steps:
60
- uses: actions/checkout@v7
0 commit comments