Skip to content

Commit

Permalink
add more goreleaser release targets
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 5, 2024
1 parent 75a6b21 commit 8c6f469
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ builds:
- -X "github.com/pluralsh/plural-cli/cmd/plural.Commit={{.Commit}}"
- -X "github.com/pluralsh/plural-cli/cmd/plural.Date={{.Date}}"
- -X "github.com/pluralsh/plural-cli/pkg/scm.GitlabClientSecret={{.Env.GITLAB_CLIENT_SECRET}}"
tags:
- desktop
- production
- ui
binary: plural
# Do not embed UI into linux/arm64 and windows/arm64 binaries
overrides:
Expand All @@ -46,7 +42,7 @@ builds:
tags: [ windows ]
env:
- CGO_ENABLED=0
# Build CLI binary without embedded UI for linux. Required by our Console.
# Build CLI binary without embedded UI for linux.
- id: plural-cli-console
targets:
- linux_amd64
Expand Down

0 comments on commit 8c6f469

Please sign in to comment.