We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82950a3 commit 5335a7aCopy full SHA for 5335a7a
‎.github/workflows/builder.yml‎
@@ -82,7 +82,6 @@ jobs:
82
build:
83
name: Build ${{ matrix.arch }} supervisor
84
needs: init
85
- if: matrix.arch != 'i386'
86
runs-on: ubuntu-latest
87
permissions:
88
contents: read
@@ -161,6 +160,7 @@ jobs:
161
160
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV
162
163
- name: Build supervisor
+ if: matrix.arch != 'i386'
164
uses: home-assistant/[email protected]
165
with:
166
pull: false # https://github.com/home-assistant/builder/blob/2025.03.0/action.yml#L8
0 commit comments