feat: add windows 11 build

This commit is contained in:
AJ Schroeder
2025-02-20 23:29:38 -06:00
parent dbc24c6688
commit 9f1ff435ae
14 changed files with 1359 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
/*
DESCRIPTION:
Proxy variables used for Linux builds. (Optional)
- Variables are passed to and used by configuration scripts.
*/
// Proxy Credentials
// communicator_proxy_host = "proxy.example.com"
// communicator_proxy_port = 3128
// communicator_proxy_username = "packer_proxy"
// communicator_proxy_password = "Sup3rdup3rSecr3t!"