Skip to content

Commit

Permalink
fix(#28): uniquely id and server build and archive prior to adding ne…
Browse files Browse the repository at this point in the history
…w migrate build
  • Loading branch information
saylerb committed Apr 22, 2024
1 parent 9b04440 commit 1d6e336
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ yugabyte/*.yaml

gorm.db
.idea
dist
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ project_name: lab-api-teams

builds:
- env: [CGO_ENABLED=0]
id: lab-api-teams
goos:
- linux
goarch:
Expand Down Expand Up @@ -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 }}"

0 comments on commit 1d6e336

Please sign in to comment.