Skip to content

Commit

Permalink
Update linux_server_build.yml and pr_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGro committed Jan 22, 2025
1 parent cb49e91 commit a9cf3a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/linux_server_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# type-cx52 is a Hetzner VPS server type. In this case cs52 is a server with 16-cores and 32GB of RAM.
# image-x86-app-docker-ce is a Hetzner image.
# https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/wiki/Specifying-The-Runner-Image
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]

- os: debian-11
image: docker.io/overte/overte-server-build:0.1.3-debian-11-aarch64
Expand All @@ -48,7 +48,7 @@ jobs:
- os: debian-12
image: docker.io/overte/overte-server-build:0.1.3-debian-12-amd64
arch: amd64
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]

- os: debian-12
image: docker.io/overte/overte-server-build:0.1.3-debian-12-aarch64
Expand All @@ -58,12 +58,12 @@ jobs:
- os: ubuntu-20.04
image: docker.io/overte/overte-server-build:0.1.3-ubuntu-20.04-amd64
arch: amd64
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]

- os: ubuntu-22.04
image: docker.io/overte/overte-server-build:0.1.3-ubuntu-22.04-amd64
arch: amd64
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]

- os: ubuntu-22.04
image: docker.io/overte/overte-server-build:0.1.3-ubuntu-22.04-aarch64
Expand All @@ -73,7 +73,7 @@ jobs:
- os: ubuntu-24.04
image: docker.io/overte/overte-server-build:0.1.3-ubuntu-24.04-amd64
arch: amd64
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]

- os: ubuntu-24.04
image: docker.io/overte/overte-server-build:0.1.3-ubuntu-24.04-aarch64
Expand All @@ -83,7 +83,7 @@ jobs:
- os: fedora-40
image: docker.io/overte/overte-server-build:0.1.4-fedora-40-amd64
arch: amd64
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]

- os: fedora-40
image: docker.io/overte/overte-server-build:0.1.4-fedora-40-aarch64
Expand All @@ -93,7 +93,7 @@ jobs:
- os: rockylinux-9
image: docker.io/overte/overte-server-build:0.1.3-rockylinux-9-amd64
arch: amd64
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# type-cx52 is a Hetzner VPS server type. In this case cs52 is a server with 16-cores and 32GB of RAM.
# image-x86-app-docker-ce is a Hetzner image.
# https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners/wiki/Specifying-The-Runner-Image
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]
arch: amd64
build_type: full
# apt-dependencies: # add missing dependencies to docker image when convenient
Expand Down

0 comments on commit a9cf3a9

Please sign in to comment.