Skip to content

Commit

Permalink
Merge pull request #3 from Moon1706/develop
Browse files Browse the repository at this point in the history
feat: add go release
  • Loading branch information
Moon1706 authored Feb 11, 2024
2 parents ec3dbd2 + 84c98f8 commit 51e31c9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
project_name: ginkgo2allure
release:
github:
owner: Moon1706
name: ginkgo2allure
builds:
- id: ginkgo2allure
goos:
- linux
- windows
- darwin
goarch:
- amd64
- "386"
- arm64
env:
- CGO_ENABLED=0
- GO111MODULE=on
main: main.go
ldflags: -s -w
-X github.com/Moon1706/ginkgo2allure/pkg/version.version=
archives:
- id: ginkgo2allure
builds:
- ginkgo2allure
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
format: zip

0 comments on commit 51e31c9

Please sign in to comment.