Skip to content

Commit 5335a7a

Browse files
committed
🇨🇳 hassio for china
1 parent 82950a3 commit 5335a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/builder.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
build:
8383
name: Build ${{ matrix.arch }} supervisor
8484
needs: init
85-
if: matrix.arch != 'i386'
8685
runs-on: ubuntu-latest
8786
permissions:
8887
contents: read
@@ -161,6 +160,7 @@ jobs:
161160
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV
162161

163162
- name: Build supervisor
163+
if: matrix.arch != 'i386'
164164
uses: home-assistant/[email protected]
165165
with:
166166
pull: false # https://github.com/home-assistant/builder/blob/2025.03.0/action.yml#L8

0 commit comments

Comments
 (0)