Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit 389819b

Browse files
committed
remove CI
1 parent 777c5c6 commit 389819b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
PR_DOCKERHUB_IMAGE = 'lspipepr/steamos'
2929
DIST_IMAGE = 'arch'
3030
MULTIARCH = 'false'
31-
CI = 'true'
31+
CI = 'false'
3232
CI_WEB = 'true'
3333
CI_PORT = '3000'
3434
CI_SSL = 'false'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ This image is deprecated. We will not offer support for this image and it will n
3939
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/steamos.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/steamos)
4040
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/steamos.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/steamos)
4141
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-steamos%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-steamos/job/master/)
42-
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fsteamos%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/steamos/latest/index.html)
4342

4443
[SteamOS](https://www.steamdeck.com/) is an Arch based Linux distribution made by Valve Software. This container is a vanilla Arch install with Steam repositories added for software support. **This container will only work with modern AMD/Intel GPUs on a real Linux Host**
4544

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repo_vars:
1717
- PR_DOCKERHUB_IMAGE = 'lspipepr/steamos'
1818
- DIST_IMAGE = 'arch'
1919
- MULTIARCH = 'false'
20-
- CI = 'true'
20+
- CI = 'false'
2121
- CI_WEB = 'true'
2222
- CI_PORT = '3000'
2323
- CI_SSL = 'false'

0 commit comments

Comments
 (0)