@@ -26,51 +26,8 @@ archives:
2626 - LICENSE
2727 - README.md
2828
29- dockers :
30- - image_templates :
31- - " {{ .Env.REPOSITORY_NAME }}:{{ .Version }}-amd64"
32- dockerfile : release.dockerfile
33- use : buildx
34- build_flag_templates :
35- - " --platform=linux/amd64"
36- - " --label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/reportportal/reportportal-mcp-server/main/README.md"
37- - " --label=io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/17636279"
38- -
' --label=io.artifacthub.package.maintainers=[{"name":"Andrei Varabyeu","email":"[email protected] "},{"name":"Aleksandr Paramonov","email":"[email protected] "}]' 39- - " --label=org.opencontainers.image.description=ReportPortal MCP Server"
40- - " --label=org.opencontainers.image.created={{.Date}}"
41- - " --label=org.opencontainers.image.name={{.ProjectName}}"
42- - " --label=org.opencontainers.image.revision={{.FullCommit}}"
43- - " --label=org.opencontainers.image.version={{.Version}}"
44- - " --label=org.opencontainers.image.source={{.GitURL}}"
45- goos : linux
46- goarch : amd64
47- - image_templates :
48- - " {{ .Env.REPOSITORY_NAME }}:{{ .Version }}-arm64"
49- dockerfile : release.dockerfile
50- use : buildx
51- build_flag_templates :
52- - " --platform=linux/arm64"
53- - " --label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/reportportal/reportportal-mcp-server/main/README.md"
54- - " --label=io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/17636279"
55- -
' --label=io.artifacthub.package.maintainers=[{"name":"Andrei Varabyeu","email":"[email protected] "},{"name":"Aleksandr Paramonov","email":"[email protected] "}]' 56- - " --label=org.opencontainers.image.description=ReportPortal MCP Server"
57- - " --label=org.opencontainers.image.created={{.Date}}"
58- - " --label=org.opencontainers.image.name={{.ProjectName}}"
59- - " --label=org.opencontainers.image.revision={{.FullCommit}}"
60- - " --label=org.opencontainers.image.version={{.Version}}"
61- - " --label=org.opencontainers.image.source={{.GitURL}}"
62- goos : linux
63- goarch : arm64
64-
65- docker_manifests :
66- - name_template : " {{ .Env.REPOSITORY_NAME }}:{{ .Version }}"
67- image_templates :
68- - " {{ .Env.REPOSITORY_NAME }}:{{ .Version }}-amd64"
69- - " {{ .Env.REPOSITORY_NAME }}:{{ .Version }}-arm64"
70- - name_template : " {{ .Env.REPOSITORY_NAME }}:latest"
71- image_templates :
72- - " {{ .Env.REPOSITORY_NAME }}:{{ .Version }}-amd64"
73- - " {{ .Env.REPOSITORY_NAME }}:{{ .Version }}-arm64"
29+ # Docker images are built separately using Docker Buildx in the workflow
30+ # This creates clean multi-arch images without intermediate architecture-specific tags
7431
7532
7633# # Uncomment the following sections if you want to create Homebrew Casks or NFPMS (Deb/RPM packages).
0 commit comments