Skip to content

Commit

Permalink
Release editor (#1345)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant authored Dec 8, 2023
1 parent 5a086ab commit adc093c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,25 @@ builds:
goarch: arm
goarm: 6

- id: go-feature-flag-editor
main: ./cmd/editor
binary: go-feature-flag-editor
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarch: arm
goarm: 6

archives:
- id: go-feature-flag-migration-cli
name_template: "go-feature-flag-migration-cli_\
Expand Down

0 comments on commit adc093c

Please sign in to comment.