Skip to content

Commit

Permalink
build: enable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed May 1, 2024
1 parent 434b6ba commit 01f281d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ release:
builds:
- binary: zmk-viewer
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
- windows
Expand Down Expand Up @@ -54,4 +54,4 @@ changelog:
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- title: Others
order: 999
order: 999
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3'
env:
GO111MODULE: on
GOPROXY: https://proxy.golang.org,direct
GCOENABLE: 1
CGO_ENABLED: 1

tasks:
dev:
Expand Down

0 comments on commit 01f281d

Please sign in to comment.