Skip to content

Commit 3160cd6

Browse files
committed
Delete support tile
1 parent f468df5 commit 3160cd6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/patch7.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
arch: [x86, arm, arm64, mipsbe, mmips, smips, tile, ppc]
22+
arch: [x86, arm, arm64, mipsbe, mmips, smips, ppc]
2323

2424
steps:
2525
- name: Checkout
@@ -68,8 +68,6 @@ jobs:
6868
ARCH='-mmips'
6969
elif [ "${{ matrix.arch }}" == "smips" ]; then
7070
ARCH='-smips'
71-
elif [ "${{ matrix.arch }}" == "tile" ]; then
72-
ARCH='-tile'
7371
elif [ "${{ matrix.arch }}" == "ppc" ]; then
7472
ARCH='-ppc'
7573
fi

0 commit comments

Comments
 (0)