File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ jobs:
156156 runs-on : windows-2022
157157 # needs: [goreleaser]
158158 steps :
159+ - uses : actions/checkout@v3
160+ with :
161+ fetch-depth : 0
162+
159163 - name : Fetch all tags
160164 run : git fetch --force --tags
161165
Original file line number Diff line number Diff line change @@ -40,3 +40,13 @@ dockers:
4040 build_flag_templates :
4141 - " --pull"
4242 - " --platform=windows/arm64"
43+ docker_manifests :
44+ - name_template : " infisical/cli:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-windows"
45+ image_templates :
46+ - " infisical/cli:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-windows-amd64"
47+ - " infisical/cli:{{ .Major }}.{{ .Minor }}.{{ .Patch }}-windows-arm64"
48+
49+ - name_template : " infisical/cli:latest-windows"
50+ image_templates :
51+ - " infisical/cli:latest-windows-amd64"
52+ - " infisical/cli:latest-windows-arm64"
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
22COPY infisical.exe /infisical.exe
3- ENTRYPOINT ["C:\\infisical.exe"]
3+ ENTRYPOINT ["C:\\infisical.exe"]
You can’t perform that action at this time.
0 commit comments