Lets have a dedicated tag for runners that will build images

This commit is contained in:
Igor Pecovnik
2021-06-12 16:22:57 +02:00
parent b012a8a754
commit e16f53af93

View File

@@ -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: