File tree 2 files changed +14
-34
lines changed
2 files changed +14
-34
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
username : ${{ secrets.DOCKERIO_USERNAME }}
30
30
password : ${{ secrets.DOCKERIO_TOKEN }}
31
31
- name : Run GoReleaser
32
- uses : goreleaser/goreleaser-action@v3
32
+ uses : goreleaser/goreleaser-action@v4
33
33
with :
34
34
distribution : goreleaser
35
35
version : latest
36
- args : release --rm-dist
36
+ args : release --clean
37
37
env :
38
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
39
- name : upload gobin
Original file line number Diff line number Diff line change @@ -41,22 +41,22 @@ archives:
41
41
format : binary
42
42
builds :
43
43
- envd
44
- replacements :
45
- darwin : Darwin
46
- linux : Linux
47
- windows : Windows
48
- 386 : i386
49
- amd64 : x86_64
44
+ name_template : >-
45
+ {{ .ProjectName }}_
46
+ {{- title .Os }}_
47
+ {{- if eq .Arch "amd64" }}x86_64
48
+ {{- else if eq .Arch " 386" }} i386
49
+ {{- else }}{{ .Arch }}{{ end }}
50
50
- id : envd-sshd
51
51
format : binary
52
52
builds :
53
53
- envd-sshd
54
- replacements :
55
- darwin : Darwin
56
- linux : Linux
57
- windows : Windows
58
- 386 : i386
59
- amd64 : x86_64
54
+ name_template : >-
55
+ {{ .ProjectName }}_
56
+ {{- title .Os }}_
57
+ {{- if eq .Arch "amd64" }}x86_64
58
+ {{- else if eq .Arch " 386" }} i386
59
+ {{- else }}{{ .Arch }}{{ end }}
60
60
checksum :
61
61
name_template : ' checksums.txt'
62
62
snapshot :
@@ -123,23 +123,3 @@ docker_manifests:
123
123
image_templates :
124
124
- tensorchord/envd-from-scratch:v{{ .Version }}-amd64
125
125
- tensorchord/envd-from-scratch:v{{ .Version }}-arm64v8
126
- # See https://github.com/tensorchord/envd/issues/908
127
- # brews:
128
- # - name: envd
129
- # ids:
130
- # - envd
131
- # tap:
132
- # owner: tensorchord
133
- # name: homebrew-tap
134
- # commit_author:
135
- # name: TensorChord
136
-
137
- # folder: Formula
138
- # homepage: https://envd.tensorchord.ai/
139
- # description: Development environment for data science and AI/ML teams
140
- # license: Apache-2.0
141
- # skip_upload: auto
142
- # caveats: |
143
- # Please run `envd bootstrap` first to bootstrap
144
- # test: |
145
- # system "#{bin}/envd version"
You can’t perform that action at this time.
0 commit comments