Skip to content

Commit d9b18a7

Browse files
authored
Disabled Windows builds
1 parent 52e0c7f commit d9b18a7

7 files changed

Lines changed: 14 additions & 105 deletions

File tree

.github/workflows/_build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: windows-2022
16+
runs-on: windows-2025
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Docker Login

.github/workflows/build.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- master
6+
- develop
67
pull_request:
78
branches:
89
- master
10+
- develop
911
schedule:
1012
- cron: '0 5 * * *'
1113

@@ -94,24 +96,3 @@ jobs:
9496
with:
9597
name: centos-9
9698
tags: centos
97-
98-
## windows / default
99-
windows-1809:
100-
uses: ./.github/workflows/_build-windows.yml
101-
secrets: inherit
102-
with:
103-
name: windows-1809
104-
tags: windows
105-
106-
## windows / core
107-
windows-core-2019:
108-
uses: ./.github/workflows/_build-windows.yml
109-
secrets: inherit
110-
with:
111-
name: windows-core-2019
112-
tags: windows-core
113-
windows-core-1809:
114-
uses: ./.github/workflows/_build-windows.yml
115-
secrets: inherit
116-
with:
117-
name: windows-core-1809

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,22 @@ have a look at [steamcmd.net](https://www.steamcmd.net).
3333
* [`rocky-9`, `rocky`](dockerfiles/rocky-9/Dockerfile)
3434
* [`rocky-8`](dockerfiles/rocky-8/Dockerfile)
3535
* [`centos-9`, `centos`](dockerfiles/centos-9/Dockerfile)
36-
* [`windows-1909`](dockerfiles/windows-1909/Dockerfile) *(unavailable)*
37-
* [`windows-1903`](dockerfiles/windows-1903/Dockerfile) *(unavailable)*
38-
* [`windows-1809`, `windows`](dockerfiles/windows-1809/Dockerfile)
39-
* [`windows-core-2019`, `windows-core`](dockerfiles/windows-core-2019/Dockerfile)
40-
* [`windows-core-1909`](dockerfiles/windows-core-1909/Dockerfile) *(unavailable)*
41-
* [`windows-core-1903`](dockerfiles/windows-core-1903/Dockerfile) *(unavailable)*
42-
* [`windows-core-1809`](dockerfiles/windows-core-1809/Dockerfile)
36+
* [`windows-1809`](dockerfiles/windows-1809/Dockerfile) *(unavailable)*
37+
* [`windows-core-2025`](dockerfiles/windows-core-2025/Dockerfile) *(unavailable)*
38+
* [`windows-core-2022`](dockerfiles/windows-core-2022/Dockerfile) *(unavailable)*
39+
* [`windows-core-2019`](dockerfiles/windows-core-2019/Dockerfile) *(unavailable)*
40+
* [`windows-core-1809`](dockerfiles/windows-core-1809/Dockerfile) *(unavailable)*
4341

4442
All the tags are pushed to both the Docker Hub and the GitHub Container Registry:
4543

4644
- `docker.io/steamcmd/steamcmd:<tag>`
4745
- `ghcr.io/steamcmd/steamcmd:<tag>`
4846

4947
> ***Note:***
50-
> *Some Windows tags are not available (yet) because they cannot be*
51-
> *build on the current Github Actions Windows Platform. The Dockerfiles are*
52-
> *added to this repository to be able to build manually and for the moment when*
53-
> *Github Actions supports newer Windows versions. See*
48+
> *The Windows tags are not available because they either cannot be build on*
49+
> *the current Github Actions Windows Platform or are simply broken. The Dockerfiles*
50+
> *are added to this repository to be able to build manually and for the moment when*
51+
> *the builds can be ran succesfully. See*
5452
> *[this article](https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility)*
5553
> *on the Microsoft docs for more information on the subject.*
5654

dockerfiles/windows-core-1903/Dockerfile

Lines changed: 0 additions & 35 deletions
This file was deleted.

dockerfiles/windows-core-1909/Dockerfile

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######## INSTALL ########
22

33
# Set the base image
4-
FROM mcr.microsoft.com/windows:1903
4+
FROM mcr.microsoft.com/windows/servercore:ltsc2022
55

66
# Set alternative shell
77
SHELL ["powershell"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######## INSTALL ########
22

33
# Set the base image
4-
FROM mcr.microsoft.com/windows:1909
4+
FROM mcr.microsoft.com/windows/servercore:ltsc2025
55

66
# Set alternative shell
77
SHELL ["powershell"]

0 commit comments

Comments
 (0)