summaryrefslogtreecommitdiff
path: root/.goreleaser.yaml
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-25 15:17:02 -0500
committerGitHub <noreply@github.com>2024-11-25 15:17:02 -0500
commitfe46976256aa3a5cac9baf745ac1debcb49d00c0 (patch)
treefa093a584b6990827fbb1bed37feccc3958ab71f /.goreleaser.yaml
parent6981c08b60cccc7454038bb21391bd585a133684 (diff)
fix: enhance readme, and update notice duration (#12)
* Move main.go to root for easy go install ... * Better README * elongate notice duration
Diffstat (limited to '.goreleaser.yaml')
-rw-r--r--.goreleaser.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 2518c49..ddecc2d 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -10,7 +10,7 @@ version: 2
before:
hooks: [go mod tidy]
builds:
- - main: ./cmd/termpicker/
+ - main:
env: [CGO_ENABLED=0]
goos: [linux, windows, darwin]
archives: