Skip to content

Commit e405e40

Browse files
authored
fix(ci): include provider profiles in macos docker builds (#1163)
1 parent 043bde2 commit e405e40

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/docker/Dockerfile.cli-macos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ RUN --mount=type=cache,id=cargo-registry-cli-macos,sharing=locked,target=/root/.
102102
# Stage 2: real build
103103
# ---------------------------------------------------------------------------
104104
COPY crates/ crates/
105+
COPY providers/ providers/
105106

106107
# Touch source files to ensure they're rebuilt (not the cached dummy).
107108
RUN touch crates/openshell-cli/src/main.rs \

deploy/docker/Dockerfile.gateway-macos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ RUN --mount=type=cache,id=cargo-registry-gateway-macos,sharing=locked,target=/ro
8080
cargo build --release --target aarch64-apple-darwin -p openshell-server 2>/dev/null || true
8181

8282
COPY crates/ crates/
83+
COPY providers/ providers/
8384

8485
RUN touch crates/openshell-core/src/lib.rs \
8586
crates/openshell-driver-kubernetes/src/lib.rs \

deploy/docker/Dockerfile.python-wheels-macos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ RUN --mount=type=cache,id=cargo-registry-python-wheels-macos-${TARGETARCH},shari
9191

9292
# Copy actual source code and Python packaging files.
9393
COPY crates/ crates/
94+
COPY providers/ providers/
9495
COPY pyproject.toml README.md ./
9596
COPY python/ python/
9697

0 commit comments

Comments
 (0)