mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 21:00:33 +00:00
fix: update build.sh to use correct stage name for Linux
This commit is contained in:
parent
231660344c
commit
a28a44280a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ case $TARGET in
|
||||||
x86_64-unknown-linux-musl)
|
x86_64-unknown-linux-musl)
|
||||||
echo "Building for Linux x86_64 musl"
|
echo "Building for Linux x86_64 musl"
|
||||||
DOCKERFILE="linux-x86_64.Dockerfile"
|
DOCKERFILE="linux-x86_64.Dockerfile"
|
||||||
TARGET_STAGE="builder"
|
TARGET_STAGE="x86_64-builder"
|
||||||
BINARY="sandbox-agent-$TARGET"
|
BINARY="sandbox-agent-$TARGET"
|
||||||
;;
|
;;
|
||||||
x86_64-pc-windows-gnu)
|
x86_64-pc-windows-gnu)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue