mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 05:03:10 +02:00
Enable Fedora-39 linux_server_build workflow.
This commit is contained in:
parent
4777166659
commit
04e0a5f4fd
1 changed files with 8 additions and 9 deletions
17
.github/workflows/linux_server_build.yml
vendored
17
.github/workflows/linux_server_build.yml
vendored
|
@ -85,16 +85,15 @@ jobs:
|
|||
arch: aarch64
|
||||
runner: linux_aarch64
|
||||
|
||||
# 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-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