Skip to content

Commit 2dfb271

Browse files
committed
Setup CI to build Windows image
1 parent 8638cf3 commit 2dfb271

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CI
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
windows-x64:
7+
name: Windows x86_64
8+
runs-on: windows-2025
9+
steps:
10+
- uses: actions/checkout@v4
11+
- name: Build Docker Image
12+
run: docker build -t img windowsservercore-ltsc2025-qt6.6-64bit

0 commit comments

Comments
 (0)