Skip to content

Commit

Permalink
fix(ci): disable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen authored Dec 26, 2023
1 parent d96362b commit f793805
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,23 @@ before:

builds:
- env:
- CGO_ENABLED=1
- CGO_ENABLED=0
binary: go-fast-cdn
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- arm
goarm:
- 7
ignore:
- goos: windows
goarch: arm
- goos: darwin
goarch: arm

release:
draft: true
Expand Down

0 comments on commit f793805

Please sign in to comment.