diff --git a/.gitignore b/.gitignore index 5c50122..ebb8c6e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ yugabyte/*.yaml gorm.db .idea +dist \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9bf50aa..6048f27 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -2,6 +2,7 @@ project_name: lab-api-teams builds: - env: [CGO_ENABLED=0] + id: lab-api-teams goos: - linux goarch: @@ -61,3 +62,9 @@ docker_signs: stdin: '{{ .Env.COSIGN_PWD }}' args: ["sign", "--key=cosign.key", "${artifact}"] artifacts: all + +archives: + - id: default + builds: + - lab-api-teams + name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" \ No newline at end of file