From 1926482e0bd078cc5a5fee82cacea0027b491d2b Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 22 Feb 2025 04:20:28 -0700 Subject: [PATCH] ci: update `runs-on` to `apollo-x64` in workflows --- .github/workflows/deploy-docker-all.yml | 2 +- .github/workflows/deploy-docker-dockerhub.yml | 11 +++++++---- .github/workflows/deploy-docker-gitea.yml | 11 +++++++---- .github/workflows/deploy-docker-github.yml | 11 +++++++---- 4 files changed, 22 insertions(+), 13 deletions(-) diff --git a/.github/workflows/deploy-docker-all.yml b/.github/workflows/deploy-docker-all.yml index fbfe5db3..ce6d9298 100644 --- a/.github/workflows/deploy-docker-all.yml +++ b/.github/workflows/deploy-docker-all.yml @@ -194,7 +194,7 @@ jobs: 📦 Release › Create Tag # runs-on: ubuntu-latest runs-on: apollo-x64 - timeout-minutes: 10 + timeout-minutes: 4 permissions: contents: write packages: write diff --git a/.github/workflows/deploy-docker-dockerhub.yml b/.github/workflows/deploy-docker-dockerhub.yml index c0cd90ca..ea9bcd8e 100644 --- a/.github/workflows/deploy-docker-dockerhub.yml +++ b/.github/workflows/deploy-docker-dockerhub.yml @@ -138,8 +138,9 @@ jobs: job-docker-release-tags-create: name: >- 📦 Release › Create Tag - runs-on: ubuntu-latest - timeout-minutes: 5 + # runs-on: ubuntu-latest + runs-on: apollo-x64 + timeout-minutes: 4 permissions: contents: write packages: write @@ -208,7 +209,8 @@ jobs: job-docker-release-dockerhub-arm64: name: >- 📦 Release › Dockerhub › Arm64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 needs: [ job-docker-release-tags-create ] permissions: @@ -453,7 +455,8 @@ jobs: job-docker-release-dockerhub-amd64: name: >- 📦 Release › Dockerhub › Amd64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 permissions: contents: write diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index 1589cbdb..dd6fa6ae 100644 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -137,8 +137,9 @@ jobs: job-docker-release-tags-create: name: >- 📦 Release › Create Tag - runs-on: ubuntu-latest - timeout-minutes: 5 + # runs-on: ubuntu-latest + runs-on: apollo-x64 + timeout-minutes: 4 permissions: contents: write packages: write @@ -207,7 +208,8 @@ jobs: job-docker-release-gitea-arm64: name: >- 📦 Release › Gitea › Arm64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 needs: [ job-docker-release-tags-create ] permissions: @@ -449,7 +451,8 @@ jobs: job-docker-release-gitea-amd64: name: >- 📦 Release › Gitea › Amd64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 permissions: contents: write diff --git a/.github/workflows/deploy-docker-github.yml b/.github/workflows/deploy-docker-github.yml index 45d9753a..7cce5594 100644 --- a/.github/workflows/deploy-docker-github.yml +++ b/.github/workflows/deploy-docker-github.yml @@ -137,8 +137,9 @@ jobs: job-docker-release-tags-create: name: >- 📦 Release › Create Tag - runs-on: ubuntu-latest - timeout-minutes: 5 + # runs-on: ubuntu-latest + runs-on: apollo-x64 + timeout-minutes: 4 permissions: contents: write packages: write @@ -207,7 +208,8 @@ jobs: job-docker-release-github-arm64: name: >- 📦 Release › Github › Arm64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 needs: [ job-docker-release-tags-create ] permissions: @@ -449,7 +451,8 @@ jobs: job-docker-release-github-amd64: name: >- 📦 Release › Github › Amd64 - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 10 permissions: contents: write