mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:29:47 +02:00
Merge pull request #1057 from JulianGro/fedora-40
Fix Fedora 40 server packages.
This commit is contained in:
commit
fe99345baa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux_server_build.yml
vendored
4
.github/workflows/linux_server_build.yml
vendored
|
@ -93,12 +93,12 @@ jobs:
|
||||||
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
||||||
|
|
||||||
- os: fedora-40
|
- os: fedora-40
|
||||||
image: docker.io/overte/overte-server-build:0.1.4-fedora-39-amd64
|
image: docker.io/overte/overte-server-build:0.1.4-fedora-40-amd64
|
||||||
arch: amd64
|
arch: amd64
|
||||||
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
|
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
|
||||||
|
|
||||||
- os: fedora-40
|
- os: fedora-40
|
||||||
image: docker.io/overte/overte-server-build:0.1.4-fedora-39-aarch64
|
image: docker.io/overte/overte-server-build:0.1.4-fedora-40-aarch64
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue