ci: update labels

This commit is contained in:
Ivan Dyachkov 2023-10-06 08:44:47 +02:00
parent 52f6816cb9
commit 74686ed86b
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
ct-matrix: ${{ steps.matrix.outputs.ct-matrix }} ct-matrix: ${{ steps.matrix.outputs.ct-matrix }}
ct-host: ${{ steps.matrix.outputs.ct-host }} ct-host: ${{ steps.matrix.outputs.ct-host }}
ct-docker: ${{ steps.matrix.outputs.ct-docker }} ct-docker: ${{ steps.matrix.outputs.ct-docker }}
runner_labels: ${{ github.repository_owner == 'emqx' && '["aws-amd64"]' || '["ubuntu-22.04"]' }} runner_labels: ${{ github.repository_owner == 'emqx' && '["self-hosted", "ephemeral"]' || '["ubuntu-22.04"]' }}
builder: 'ghcr.io/emqx/emqx-builder/5.1-4:1.14.5-25.3.2-2-ubuntu22.04' builder: 'ghcr.io/emqx/emqx-builder/5.1-4:1.14.5-25.3.2-2-ubuntu22.04'
builder_vsn: '5.1-4' builder_vsn: '5.1-4'
otp_vsn: '25.3.2-2' otp_vsn: '25.3.2-2'

View File

@ -73,7 +73,7 @@ on:
runner_labels: runner_labels:
required: false required: false
type: string type: string
default: '["self-hosted","ephemeral"]' default: '["self-hosted","ephemeral", "linux"]'
jobs: jobs:
docker: docker: