Skip to content

Commit

Permalink
fix: set CGO_ENABLED to false in order to work with scratch image
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Peters committed Apr 21, 2024
1 parent 3ce4562 commit 3950600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ builds:
- id: default
goos:
- linux
env:
- CGO_ENABLED=0
dockers:
- id: ghcr.io
image_templates:
Expand Down

0 comments on commit 3950600

Please sign in to comment.