Skip to content

Commit

Permalink
fix: goreleaser archives
Browse files Browse the repository at this point in the history
  • Loading branch information
Lustyn committed Jan 19, 2022
1 parent afa888b commit c4ecf17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- id: "casket"
- id: casket
main: main.go
dir: ./casket
binary: casket
Expand All @@ -22,7 +22,7 @@ builds:
- goos: darwin
goarch: arm
# Build specifically for the Docker image with CGO disabled for MUSL compatibility
- id: "docker"
- id: docker
main: main.go
dir: ./casket
binary: casket
Expand Down Expand Up @@ -51,7 +51,8 @@ before:
- sh ./.prerelease.sh

archives:
- builds:
- id: casket
builds:
- casket
format_overrides:
- goos: windows
Expand Down

0 comments on commit c4ecf17

Please sign in to comment.