vaggeliskls / windows-in-docker-container

Deploy and manage a Windows OS (x64) seamlessly using Vagrant VM, libvirt, and docker-compose. This innovative approach integrates smoothly into existing workflows, providing an efficient way of containerizing Windows OS for better resource allocation and convenience.
MIT License
57 stars 9 forks source link

feat: Build Images for Multiple Architectures #4

Closed vaggeliskls closed 9 months ago

vaggeliskls commented 9 months ago

This pull request addresses the need to build Docker images for both linux/amd64 and linux/arm64 architectures. The changes include:

These changes are essential to ensure compatibility across different architectures and provide broader support. Testing: I have locally tested the image builds on both linux/amd64 and linux/arm64 platforms to verify their functionality.

Please review and merge at your earliest convenience. Feel free to reach out if you have any questions or if further testing is required.

Thank you!