fix: copy fixed Dockerfiles from release-test with OpenSSL and SKIP_INSPECTOR support

This commit is contained in:
Nathan Flurry 2026-01-27 20:03:50 -08:00
parent 9a249de840
commit 6bfc47f234
5 changed files with 95 additions and 19 deletions

View file

@ -7,7 +7,7 @@ case $TARGET in
x86_64-unknown-linux-musl)
echo "Building for Linux x86_64 musl"
DOCKERFILE="linux-x86_64.Dockerfile"
TARGET_STAGE="builder"
TARGET_STAGE="x86_64-builder"
BINARY="sandbox-agent-$TARGET"
;;
x86_64-pc-windows-gnu)