Skip to content

Commit

Permalink
disable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Oct 13, 2024
1 parent 21860de commit b3f7db5
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
@@ -1,6 +1,8 @@
project_name: fauxrpc
builds:
- main: ./cmd/fauxrpc/
env:
- CGO_ENABLED=0
dockers:
- image_templates:
- "docker.io/sudorandom/fauxrpc:{{ .Tag }}-amd64"
Expand Down

0 comments on commit b3f7db5

Please sign in to comment.