aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yeetfile.js18
1 files changed, 17 insertions, 1 deletions
diff --git a/yeetfile.js b/yeetfile.js
index f3edb2f..5795555 100644
--- a/yeetfile.js
+++ b/yeetfile.js
@@ -50,7 +50,7 @@ $`ko build --platform=all --base-import-paths --tags=latest,${git.tag()} ./cmd/{
"LICENSE": "LICENSE",
},
- build: ({ bin, systemd }) => {
+ build: ({ bin }) => {
$`go build -o ${bin}/license -ldflags '-s -w -extldflags "-static" -X "within.website/x.Version=${git.tag()}"' ./cmd/license`
},
});
@@ -72,6 +72,22 @@ $`ko build --platform=all --base-import-paths --tags=latest,${git.tag()} ./cmd/{
});
method.build({
+ name: "uploud",
+ description: "Upload images to the cloud!",
+ homepage: "https://within.website",
+ license: "CC0",
+ goarch,
+
+ documentation: {
+ "LICENSE": "LICENSE",
+ },
+
+ build: ({ bin }) => {
+ $`go build -o ${bin}/uploud -ldflags '-s -w -extldflags "-static" -X "within.website/x.Version=${git.tag()}"' ./cmd/uploud`
+ },
+ });
+
+ method.build({
name: "x",
description: "the universal x command",
homepage: "https://within.website",