Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Dec 27, 2020
1 parent 0729c0f commit aba7d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ before:

builds:
- id: chezmoi-cgo-glibc
binary: chezmoi
main: ./next/main.go
env:
- CGO_ENABLED=1
goos:
- linux
goarch:
- amd64
- id: chezmoi-cgo-musl
binary: chezmoi
main: ./next/main.go
env:
- CC=/usr/bin/musl-gcc
- CGO_ENABLED=1
Expand All @@ -32,7 +32,7 @@ builds:
- '-linkmode external'
- '--extldflags "-static"'
- id: chezmoi-nocgo
binary: chezmoi
main: ./next/main.go
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit aba7d03

Please sign in to comment.