From 25d1be9fba5f026d587fcbfc4996502c5dbb4658 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Fri, 22 Nov 2024 11:46:05 -0700 Subject: [PATCH] tooling --- .github/docker/Dockerfile.glibc | 2 +- .github/docker/Dockerfile.musl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/docker/Dockerfile.glibc b/.github/docker/Dockerfile.glibc index 650d056..b20e124 100644 --- a/.github/docker/Dockerfile.glibc +++ b/.github/docker/Dockerfile.glibc @@ -24,4 +24,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi FROM scratch -COPY --from=build /mongodb-client-encryption/prebuilds/ / \ No newline at end of file +COPY --from=build /zstd/prebuilds/ / \ No newline at end of file diff --git a/.github/docker/Dockerfile.musl b/.github/docker/Dockerfile.musl index 666042b..4ce9eec 100644 --- a/.github/docker/Dockerfile.musl +++ b/.github/docker/Dockerfile.musl @@ -17,4 +17,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi FROM scratch -COPY --from=build /mongodb-client-encryption/prebuilds/ / \ No newline at end of file +COPY --from=build /zstd/prebuilds/ / \ No newline at end of file