Skip to content

Commit

Permalink
add windows support
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal committed Jan 29, 2024
1 parent a270d83 commit ea98b2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ builds:
- -s -w -X github.com/maksim-paskal/aks-node-termination-handler/pkg/config.gitVersion={{.Version}}-{{.ShortCommit}}-{{.Timestamp}}
goos:
- linux
- windows
goarch:
- amd64
- arm64
Expand Down
7 changes: 7 additions & 0 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM mcr.microsoft.com/windows/nanoserver:1809

WORKDIR /app/

COPY ./aks-node-termination-handler.exe /app/aks-node-termination-handler.exe

ENTRYPOINT [ "/app/aks-node-termination-handler.exe" ]

0 comments on commit ea98b2d

Please sign in to comment.