Skip to content

Commit

Permalink
Fixing #44 with a simple glob.
Browse files Browse the repository at this point in the history
It should work provided the currently known targets in `./target`.
  • Loading branch information
igor-petruk committed Jun 8, 2024
1 parent 2d0cbbb commit e6156d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/templates/docker-rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

// scriptisto-begin
// script_src: src/main.rs
// build_cmd: cargo build --release
// target_bin: ./target/x86_64-unknown-linux-musl/release/script
// build_cmd: "cargo build --release && cp ./target/*musl*/release/script ./target/script"
// target_bin: ./target/script
// docker_build:
// dockerfile: FROM clux/muslrust
// src_mount_dir: /volume
Expand Down

0 comments on commit e6156d6

Please sign in to comment.