Skip to content

Setup CI to build Windows image #2

Setup CI to build Windows image

Setup CI to build Windows image #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
windows-x64:
name: Windows x86_64
runs-on: windows-2025
steps:
- uses: actions/checkout@v4
- name: Build Docker Image
run: docker build -t img windowsservercore-ltsc2025-qt6.6-64bit