[Enhancement] Add Windows Specific Parameters for just Windows builds
See original GitHub issueAs of now there is no specific params to build windows-only
archives.
build the OpenSearch Dashboards distributable
options:
--skip-archives Don't produce tar/zip archives
--skip-os-packages Don't produce rpm/deb/docker packages
--all-platforms Produce archives for all platforms, not just this one
--linux Produce archives for only linux x64 platform
--linux-arm Produce archives for only linux arm64 platform
--darwin Produce archives for only darwin x64 platform
--rpm Only build the rpm package
--deb Only build the deb package
--docker Only build the docker image
--skip-docker-ubi Don't build the docker ubi image
--release Produce a release-ready distributable
--version-qualifier Suffix version with a qualifier
--skip-node-download Reuse existing downloads of node.js
--verbose,-v Turn on verbose logging
--no-debug Turn off debug logging
I am using this comment right now to build all platforms then only take windows.
% yarn build-platform --all-platforms --skip-os-packages --release
It would be really helpful to build only the windows version and also reduce the amount of build time.
Thanks.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Enhanced component properties - Microsoft Power Apps
With property parameters, you can now create simple user defined functions with formulas! There are some limitations, such as output ...
Read more >Recommended configuration for VDI desktops - Microsoft Learn
Recommended settings and configuration to minimize overhead for Windows 10 1607 (10.0.1393) desktops used as VDI images.
Read more >SetupDiag - Windows Deployment - Microsoft Learn
This optional parameter enables you to specify the output file for results. This file is where you'll find what SetupDiag was able to...
Read more >Introduction to Active Directory Administrative Center ...
The Active Directory Administrative Center in Windows Server includes management features for the following: Active Directory Recycle Bin ...
Read more >Manage connections from Windows 10 and Windows 11 ...
Windows Insider Preview builds only apply to Windows 10 and Windows 11 and are not available for Windows Server 2016. Note. If you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Peter for confirming. This is fixed by #2601.
With @AMoo-Miki latest change we are able to use --windows to only build windows related artifacts. Confirmed on the test pipeline through our fork code.