mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 03:03:48 +00:00
fix: copy fixed Dockerfiles from release-test with OpenSSL and SKIP_INSPECTOR support
This commit is contained in:
parent
9a249de840
commit
6bfc47f234
5 changed files with 95 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue