diff --git a/src/alpine/3.16/helix/amd64/Dockerfile b/src/alpine/3.16/helix/amd64/Dockerfile index d6dfdd6c..830b1077 100644 --- a/src/alpine/3.16/helix/amd64/Dockerfile +++ b/src/alpine/3.16/helix/amd64/Dockerfile @@ -72,7 +72,7 @@ RUN apk update && apk add --no-cache && \ git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \ cd msquic && \ cmake -B build/linux/x64_openssl \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl \ -DCMAKE_BUILD_TYPE=Release \ -DQUIC_TLS=openssl \ -DQUIC_ENABLE_LOGGING=true \ diff --git a/src/alpine/3.16/helix/arm64v8/Dockerfile b/src/alpine/3.16/helix/arm64v8/Dockerfile index 9a8536e0..eb844866 100644 --- a/src/alpine/3.16/helix/arm64v8/Dockerfile +++ b/src/alpine/3.16/helix/arm64v8/Dockerfile @@ -56,7 +56,7 @@ RUN apk update && apk add --no-cache && \ git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \ cd msquic && \ cmake -B build/linux/arm64_openssl \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm64 \ -DQUIC_TLS=openssl \ diff --git a/src/alpine/3.17/helix/amd64/Dockerfile b/src/alpine/3.17/helix/amd64/Dockerfile index 0135e192..73db6910 100644 --- a/src/alpine/3.17/helix/amd64/Dockerfile +++ b/src/alpine/3.17/helix/amd64/Dockerfile @@ -57,7 +57,7 @@ RUN apk update && apk add --no-cache && \ git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \ cd msquic && \ cmake -B build/linux/x64_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DQUIC_TLS=openssl3 \ -DQUIC_ENABLE_LOGGING=true \ diff --git a/src/alpine/3.17/helix/arm32v7/Dockerfile b/src/alpine/3.17/helix/arm32v7/Dockerfile index 59382933..e37a610e 100644 --- a/src/alpine/3.17/helix/arm32v7/Dockerfile +++ b/src/alpine/3.17/helix/arm32v7/Dockerfile @@ -57,7 +57,7 @@ RUN apk update && apk add --no-cache && \ git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \ cd msquic && \ cmake -B build/linux/arm_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm \ -DQUIC_TLS=openssl3 \ diff --git a/src/alpine/3.17/helix/arm64v8/Dockerfile b/src/alpine/3.17/helix/arm64v8/Dockerfile index 3a667818..abdeeb27 100644 --- a/src/alpine/3.17/helix/arm64v8/Dockerfile +++ b/src/alpine/3.17/helix/arm64v8/Dockerfile @@ -56,7 +56,7 @@ RUN apk update && apk add --no-cache && \ git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \ cd msquic && \ cmake -B build/linux/arm64_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm64 \ -DQUIC_TLS=openssl3 \ diff --git a/src/alpine/3.18/helix/amd64/Dockerfile b/src/alpine/3.18/helix/amd64/Dockerfile index 0e64184c..095e3333 100644 --- a/src/alpine/3.18/helix/amd64/Dockerfile +++ b/src/alpine/3.18/helix/amd64/Dockerfile @@ -57,7 +57,7 @@ RUN apk update && apk add --no-cache && \ git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \ cd msquic && \ cmake -B build/linux/x64_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/x64_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/x64_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DQUIC_TLS=openssl3 \ -DQUIC_ENABLE_LOGGING=true \ diff --git a/src/alpine/3.18/helix/arm32v7/Dockerfile b/src/alpine/3.18/helix/arm32v7/Dockerfile index 0568e403..091826bd 100644 --- a/src/alpine/3.18/helix/arm32v7/Dockerfile +++ b/src/alpine/3.18/helix/arm32v7/Dockerfile @@ -57,7 +57,7 @@ RUN apk update && apk add --no-cache && \ git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \ cd msquic && \ cmake -B build/linux/arm_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm \ -DQUIC_TLS=openssl3 \ diff --git a/src/alpine/3.18/helix/arm64v8/Dockerfile b/src/alpine/3.18/helix/arm64v8/Dockerfile index af8068f5..37991a09 100644 --- a/src/alpine/3.18/helix/arm64v8/Dockerfile +++ b/src/alpine/3.18/helix/arm64v8/Dockerfile @@ -56,7 +56,7 @@ RUN apk update && apk add --no-cache && \ git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic && \ cd msquic && \ cmake -B build/linux/arm64_openssl3 \ - -DQUIC_OUTPUT_DIR=/tmp/msquic/src/msquic/artifacts/bin/linux/arm64_Release_openssl3 \ + -DQUIC_OUTPUT_DIR=/tmp/msquic/artifacts/bin/linux/arm64_Release_openssl3 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TARGET_ARCHITECTURE=arm64 \ -DQUIC_TLS=openssl3 \