Skip to content

Commit

Permalink
chore(more goreleaser troubleshooting):
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr committed Dec 26, 2024
1 parent 78cf898 commit 0746657
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,23 @@ builds:
- builder: rust
flags:
- --release
- -F self_update
- --features self_update
targets:
- x86_64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-unknown-linux-gnu
- aarch64-apple-darwin
id: "uv-migrator"
binary: uv-migrator

archives:
- format: tar.gz
files:
- none*
name_template: >-
{{ .ProjectName }}-
{{- if eq .Os "darwin" }}x86_64-apple-darwin
{{- else if and (eq .Os "linux") (eq .Arch "amd64") }}x86_64-unknown-linux-gnu
{{- else if and (eq .Os "linux") (eq .Arch "arm64") }}aarch64-unknown-linux-gnu
{{- else if and (eq .Os "darwin") (eq .Arch "arm64") }}aarch64-apple-darwin
{{- else }}{{ .Os }}-{{ .Arch }}{{ end }}
{{ .ProjectName }}-{{ .Target }}
builds:
- uv-migrator

changelog:
disable: true
Expand Down

0 comments on commit 0746657

Please sign in to comment.