mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Update builder.yaml
This commit is contained in:
2
.github/workflows/builder.yaml
vendored
2
.github/workflows/builder.yaml
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Builder
|
name: Builder
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@@ -48,6 +49,7 @@ jobs:
|
|||||||
- name: Check if add-on should be built
|
- name: Check if add-on should be built
|
||||||
id: check
|
id: check
|
||||||
run: |
|
run: |
|
||||||
|
# yamllint disable rule:line-length
|
||||||
# shellcheck disable=SC2157,SC2086
|
# shellcheck disable=SC2157,SC2086
|
||||||
if [[ "${{ steps.info.outputs.architectures }}" =~ ${{ matrix.arch }} ]]; then
|
if [[ "${{ steps.info.outputs.architectures }}" =~ ${{ matrix.arch }} ]]; then
|
||||||
echo "::set-output name=build_arch::true";
|
echo "::set-output name=build_arch::true";
|
||||||
|
|||||||
Reference in New Issue
Block a user