diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-25 01:08:13 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-25 01:08:13 -0400 |
commit | 746eec50ca6efc995487ba50c20fa0b0450ff42f (patch) | |
tree | f2d23e5d71e91f8be89c51dca1fb2a8b4b115256 /.goreleaser.yaml | |
parent | 0844226fee5f12eb0cfbef309fff4747391a6351 (diff) | |
parent | 7895a0502a8dabb9dfba35c729dcb14d3bda5db0 (diff) | |
download | donetick-746eec50ca6efc995487ba50c20fa0b0450ff42f.tar.gz donetick-746eec50ca6efc995487ba50c20fa0b0450ff42f.tar.bz2 donetick-746eec50ca6efc995487ba50c20fa0b0450ff42f.zip |
Enable CGO to support sqlite
Diffstat (limited to '.goreleaser.yaml')
-rw-r--r-- | .goreleaser.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 30c2e88..e89b4b9 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -17,7 +17,7 @@ version: 2 builds: - env: - - CGO_ENABLED=0 + - CGO_ENABLED=1 goos: - linux # - windows @@ -37,6 +37,9 @@ archives: format_overrides: - goos: windows format: zip + files: + - src: "config/selfhosted.yaml" + dst: "config/local.yaml" changelog: sort: asc |