Update build-images.yml (#4240)
This commit is contained in:
parent
27040df553
commit
54d4e22074
13
.github/workflows/build-images.yml
vendored
13
.github/workflows/build-images.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user