File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -149,44 +149,6 @@ release:
149149
150150 **Full documentation:** https://github.com/doITmagic/rag-code-mcp
151151
152- # Docker images
153- dockers :
154- - image_templates :
155- - " doitmagic/rag-code-mcp:{{ .Version }}-amd64"
156- - " doitmagic/rag-code-mcp:latest-amd64"
157- use : buildx
158- dockerfile : Dockerfile
159- build_flag_templates :
160- - " --platform=linux/amd64"
161- - " --label=org.opencontainers.image.created={{.Date}}"
162- - " --label=org.opencontainers.image.title={{.ProjectName}}"
163- - " --label=org.opencontainers.image.revision={{.FullCommit}}"
164- - " --label=org.opencontainers.image.version={{.Version}}"
165-
166- - image_templates :
167- - " doitmagic/rag-code-mcp:{{ .Version }}-arm64"
168- - " doitmagic/rag-code-mcp:latest-arm64"
169- use : buildx
170- dockerfile : Dockerfile
171- build_flag_templates :
172- - " --platform=linux/arm64"
173- - " --label=org.opencontainers.image.created={{.Date}}"
174- - " --label=org.opencontainers.image.title={{.ProjectName}}"
175- - " --label=org.opencontainers.image.revision={{.FullCommit}}"
176- - " --label=org.opencontainers.image.version={{.Version}}"
177- goarch : arm64
178-
179- docker_manifests :
180- - name_template : " doitmagic/rag-code-mcp:{{ .Version }}"
181- image_templates :
182- - " doitmagic/rag-code-mcp:{{ .Version }}-amd64"
183- - " doitmagic/rag-code-mcp:{{ .Version }}-arm64"
184-
185- - name_template : " doitmagic/rag-code-mcp:latest"
186- image_templates :
187- - " doitmagic/rag-code-mcp:latest-amd64"
188- - " doitmagic/rag-code-mcp:latest-arm64"
189-
190152# Homebrew tap (optional, can be enabled later)
191153# brews:
192154# - repository:
You can’t perform that action at this time.
0 commit comments