diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-08-11 04:02:40 -0700 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-08-11 04:02:56 -0700 |
| commit | ab469b10678483b8ad41bd994668eab2825ba514 (patch) | |
| tree | 18c089a42f5da3884145b6c73301703e59cd2835 /cmd/whoisfront | |
| parent | 16f60b165a114d4c41581257b513665ea16e06f7 (diff) | |
| download | x-ab469b10678483b8ad41bd994668eab2825ba514.tar.xz x-ab469b10678483b8ad41bd994668eab2825ba514.zip | |
cmd: add yeet for build automation
Diffstat (limited to 'cmd/whoisfront')
| -rw-r--r-- | cmd/whoisfront/yeetfile.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/whoisfront/yeetfile.js b/cmd/whoisfront/yeetfile.js new file mode 100644 index 0000000..ef4750a --- /dev/null +++ b/cmd/whoisfront/yeetfile.js @@ -0,0 +1,6 @@ +yeet.setenv("GOOS", "linux"); +yeet.setenv("GOARCH", "amd64"); + +go.build(); +slug.build("whoisfront"); +log.info(nix.hashURL(slug.push("whoisfront")));
\ No newline at end of file |
