From 54d4e22074fdd219fdab997e01c5e9d6b9f224db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 7 Oct 2022 17:57:08 +0200 Subject: [PATCH] Update build-images.yml (#4240) --- .github/workflows/build-images.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index a0ed85cac6..34a9b212c0 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -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