Skip to content

Commit

Permalink
cmd/nsc: Add an ns binary definition.
Browse files Browse the repository at this point in the history
So that we can build an image out of it.
  • Loading branch information
nichtverstehen committed Sep 9, 2024
1 parent d50397a commit c8e9048
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmd/nsc/binary.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
binary: {
name: "nsc"

build_plan: [
{go_build: {
binary_name: "nsc"
binary_only: true
}},
]
}

0 comments on commit c8e9048

Please sign in to comment.