mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 10:19:03 +02:00
Disable Fedora 42 as their repository currently ships a CMake 4.0 release candidate, which breaks too many dependencies.
This commit is contained in:
parent
785418ec20
commit
beb8d29519
1 changed files with 8 additions and 8 deletions
16
.github/workflows/linux_server_build.yml
vendored
16
.github/workflows/linux_server_build.yml
vendored
|
@ -112,15 +112,15 @@ jobs:
|
|||
arch: aarch64
|
||||
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
||||
|
||||
- os: fedora-42
|
||||
image: docker.io/overte/overte-server-build:0.1.6-fedora-42-amd64
|
||||
arch: amd64
|
||||
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
|
||||
#~ - os: fedora-42
|
||||
#~ image: docker.io/overte/overte-server-build:0.1.6-fedora-42-amd64
|
||||
#~ arch: amd64
|
||||
#~ runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
|
||||
|
||||
- os: fedora-42
|
||||
image: docker.io/overte/overte-server-build:0.1.6-fedora-42-aarch64
|
||||
arch: aarch64
|
||||
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
||||
#~ - os: fedora-42
|
||||
#~ image: docker.io/overte/overte-server-build:0.1.6-fedora-42-aarch64
|
||||
#~ arch: aarch64
|
||||
#~ runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
||||
|
||||
- os: rockylinux-9
|
||||
image: docker.io/overte/overte-server-build:0.1.6-rockylinux-9-amd64
|
||||
|
|
Loading…
Reference in a new issue