Skip to content

Commit

Permalink
Update build-images.yml (#4240)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 7, 2022
1 parent 27040df commit 54d4e22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-images.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 }}'
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 54d4e22

Please sign in to comment.