Skip to content

Commit

Permalink
Add a manifest for nsc client for namespace.so
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Jan 2, 2024
1 parent 24ed520 commit bf76845
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nsc.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
description = "a client for Namespace's cloud"
homepage = "https://github.com/namespacelabs/foundation"
binaries = ["nsc"]
test = "nsc -h"

platform "amd64" {
source = "https://github.com/namespacelabs/foundation/releases/download/v${version}/nsc_${version}_${os}_${arch}.tar.gz"
}

platform "arm64" {
source = "https://github.com/namespacelabs/foundation/releases/download/v${version}/nsc_${version}_${os}_${arch}.tar.gz"
}

version "0.0.322" {
auto-version {
github-release = "namespacelabs/foundation"
}
}

0 comments on commit bf76845

Please sign in to comment.