Update builder.yaml

This commit is contained in:
Alexandre
2022-02-18 17:44:28 +01:00
committed by GitHub
parent 23379ae7f1
commit 1ce536e7c2

View File

@@ -1,4 +1,3 @@
# shellcheck disable=SC2157,SC2086
name: Builder
env:
@@ -49,6 +48,7 @@ jobs:
- name: Check if add-on should be built
id: check
run: |
# shellcheck disable=SC2157,SC2086
if [[ "${{ steps.info.outputs.architectures }}" =~ ${{ matrix.arch }} ]]; then
echo "::set-output name=build_arch::true";
echo "::set-output name=image::$(echo ${{ steps.info.outputs.image }} | cut -d'/' -f3)";