mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 18:28:49 +02:00
Disable broken Fedora 39 building
This commit is contained in:
parent
9ec0842dab
commit
32fe7777e6
1 changed files with 9 additions and 8 deletions
17
.github/workflows/linux_server_build.yml
vendored
17
.github/workflows/linux_server_build.yml
vendored
|
@ -85,15 +85,16 @@ jobs:
|
|||
arch: aarch64
|
||||
runner: linux_aarch64
|
||||
|
||||
- os: fedora-39
|
||||
image: docker.io/overte/overte-server-build:0.1.4-fedora-39-amd64
|
||||
arch: amd64
|
||||
runner: linux_amd64
|
||||
# Packaging broken; See: https://github.com/overte-org/overte/issues/968
|
||||
#~ - os: fedora-39
|
||||
#~ image: docker.io/overte/overte-server-build:0.1.4-fedora-39-amd64
|
||||
#~ arch: amd64
|
||||
#~ runner: linux_amd64
|
||||
|
||||
- os: fedora-39
|
||||
image: docker.io/overte/overte-server-build:0.1.4-fedora-39-aarch64
|
||||
arch: aarch64
|
||||
runner: linux_aarch64
|
||||
#~ - os: fedora-39
|
||||
#~ image: docker.io/overte/overte-server-build:0.1.4-fedora-39-aarch64
|
||||
#~ arch: aarch64
|
||||
#~ runner: linux_aarch64
|
||||
|
||||
- os: rockylinux-9
|
||||
image: docker.io/overte/overte-server-build:0.1.3-rockylinux-9-amd64
|
||||
|
|
Loading…
Reference in a new issue