Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit a019bf4

Browse files
committed
Fix binary location
1 parent 7c07dd5 commit a019bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/huber/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}"
5555
export RUSTFLAGS='-C target-feature=+crt-static'
5656
cargo build --target x86_64-unknown-linux-gnu --release --workspace --exclude=huber-generator
5757
find . -type f -executable
58-
cp target/x86_64-unknown-linux-gnu/huber /usr/local/bin/
58+
cp target/x86_64-unknown-linux-gnu/release/huber /usr/local/bin/
5959
EOF
6060

6161
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare

0 commit comments

Comments
 (0)