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 5e47d47 commit 82950a3Copy full SHA for 82950a3
.github/workflows/builder.yml
@@ -82,6 +82,7 @@ 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
0 commit comments