Update build-images.yml (#4240)

This commit is contained in:
Igor Pečovnik 2022-10-07 17:57:08 +02:00 committed by GitHub
parent 27040df553
commit 54d4e22074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,13 @@ on:
- "yes"
- "no"
fromsources:
type: choice
description: Build from sources
options:
- "no"
- "yes"
advanced:
description: 'Single board (grep -w tinkerboard |)'
required: false
@ -193,6 +200,7 @@ jobs:
variant: 'cli:${{ github.event.inputs.choice }}'
sourcerepo: '${{ github.event.inputs.sourcerepo }}'
packagesrepo: '${{ github.event.inputs.packagesrepo }}'
fromsources: '${{ github.event.inputs.fromsources }}'
runner: ubuntu-latest
part: 1
of: 1
@ -219,6 +227,7 @@ jobs:
variant: 'desktop:${{ github.event.inputs.choice }}'
sourcerepo: '${{ github.event.inputs.sourcerepo }}'
packagesrepo: '${{ github.event.inputs.packagesrepo }}'
fromsources: '${{ github.event.inputs.fromsources }}'
runner: "big"
part: 1
of: 1
@ -245,6 +254,7 @@ jobs:
variant: 'cli:${{ github.event.inputs.choice }}'
sourcerepo: '${{ github.event.inputs.sourcerepo }}'
packagesrepo: '${{ github.event.inputs.packagesrepo }}'
fromsources: '${{ github.event.inputs.fromsources }}'
runner: ubuntu-latest
part: 1
of: 2
@ -273,6 +283,7 @@ jobs:
sourcerepo: '${{ github.event.inputs.sourcerepo }}'
packagesrepo: '${{ github.event.inputs.packagesrepo }}'
runner: '${{ github.event.inputs.runner }}'
fromsources: '${{ github.event.inputs.fromsources }}'
part: 2
of: 2
include: '${{ github.event.inputs.advanced }}'
@ -297,6 +308,7 @@ jobs:
variant: 'desktop:${{ github.event.inputs.choice }}'
sourcerepo: '${{ github.event.inputs.sourcerepo }}'
packagesrepo: '${{ github.event.inputs.packagesrepo }}'
fromsources: '${{ github.event.inputs.fromsources }}'
runner: "big"
part: 1
of: 2
@ -322,6 +334,7 @@ jobs:
variant: 'desktop:${{ github.event.inputs.choice }}'
sourcerepo: '${{ github.event.inputs.sourcerepo }}'
packagesrepo: '${{ github.event.inputs.packagesrepo }}'
fromsources: '${{ github.event.inputs.fromsources }}'
runner: "big"
part: 2
of: 2