Skip to content

Commit

Permalink
wip: have a bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Nov 14, 2024
1 parent d762489 commit 2ab0f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ last_release := '1.9.3'
@dev: clean hclfmt
echo "==> Compiling development build ..."
go build -o {{go_target_pkg}} -trimpath -ldflags '{{go_ldflags}}' -tags '{{go_tags}}'
mkdir -p bin
cp {{go_target_pkg}} {{go_target_bin}}
cp {{go_target_pkg}} {{go_bin}}/nomad

Expand Down

0 comments on commit 2ab0f81

Please sign in to comment.