You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging PR from main- refactor: add dockerfile for windows build and make build-binaries #1720 (#1842)
# Description
Merging PR from main- refactor: add dockerfile for windows build and
make build-binaries #1720
We want to separate the windows build into 2 steps
Build the binaries needed for the final image
Build the final image including the binaries built in step 1
For step 1, add a build-binaries task to the Makefile that builds the
binaries needed for the final image.
For step 2, add a Dockerfile for the windows build that builds the final
image including the binaries built in step 1
## Related Issue
Make window's build branch compatible with release pipeline
Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
0 commit comments