Update builder.yaml

This commit is contained in:
Alexandre
2022-02-18 18:11:58 +01:00
committed by GitHub
parent ca859d680c
commit 3ede43e31e

View File

@@ -1,3 +1,4 @@
# yamllint disable rule:line-length
---
name: Builder
@@ -51,7 +52,6 @@ jobs:
env:
HEAD: "${{ github.head_ref }}"
run: |
# yamllint disable rule:line-length
# shellcheck disable=SC2157,SC2086
if [[ "${{ steps.info.outputs.architectures }}" =~ ${{ matrix.arch }} ]]; then
echo "::set-output name=build_arch::true";