mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Lets have a dedicated tag for runners that will build images
This commit is contained in:
6
.github/workflows/build-beta-images.yml
vendored
6
.github/workflows/build-beta-images.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
worker-1:
|
||||
|
||||
name: CLI worker 1/3
|
||||
runs-on: [self-hosted, Linux, big, cache]
|
||||
runs-on: [self-hosted, Linux, images]
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
worker-2:
|
||||
|
||||
name: CLI worker 2/3
|
||||
runs-on: [self-hosted, Linux, big, cache]
|
||||
runs-on: [self-hosted, Linux, images]
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
|
||||
@@ -194,7 +194,7 @@ jobs:
|
||||
worker-3:
|
||||
|
||||
name: CLI worker 3/3
|
||||
runs-on: [self-hosted, Linux, big, cache]
|
||||
runs-on: [self-hosted, Linux, images]
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user