From 04e0a5f4fda56fab3e3ac0e635bffbc8392fca67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sat, 8 Jun 2024 11:59:56 +0200 Subject: [PATCH] Enable Fedora-39 linux_server_build workflow. --- .github/workflows/linux_server_build.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/linux_server_build.yml b/.github/workflows/linux_server_build.yml index 6192d52545..67faf39f11 100644 --- a/.github/workflows/linux_server_build.yml +++ b/.github/workflows/linux_server_build.yml @@ -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