Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant authored Dec 8, 2023
1 parent adc093c commit f0d8b01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,19 @@ archives:
{{- if not (eq .Amd64 \"v1\") }}{{ .Amd64 }}{{ end }}"
builds:
- go-feature-flag-migration-cli

- id: go-feature-flag-editor
name_template: "go-feature-flag-editor_\
{{ .Version }}_\
{{- title .Os }}_\
{{- if eq .Arch \"amd64\" }}x86_64\
{{- else if eq .Arch \"386\" }}i386\
{{- else }}{{ .Arch }}{{ end }}\
{{- with .Arm }}v{{ . }}{{ end }}\
{{- with .Mips }}_{{ . }}{{ end }}\
{{- if not (eq .Amd64 \"v1\") }}{{ .Amd64 }}{{ end }}"
builds:
- go-feature-flag-editor

# DEPRECATED: check go-feature-flag
- id: go-feature-flag-relay-proxy
Expand Down

0 comments on commit f0d8b01

Please sign in to comment.