mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:55:41 -04:00
ci: update runs-on to apollo-x64 in workflows
This commit is contained in:
11
.github/workflows/deploy-docker-github.yml
vendored
11
.github/workflows/deploy-docker-github.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user