Skip to content

Commit

Permalink
build for windows os (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemcmullan authored Aug 30, 2023
1 parent 27e7b72 commit f977f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ COPY cmd/ cmd/
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o kantra main.go
RUN CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -a -o darwin-kantra main.go
RUN CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -a -o windows-kantra main.go

FROM quay.io/konveyor/analyzer-lsp:latest

Expand Down

0 comments on commit f977f9b

Please sign in to comment.