Skip to content

Commit 215613e

Browse files
committed
gha: Fixed x86-only statuses
Looks like I missed a line during refactoring, resulted in only x86 sizes being reported in GitHub statuses. If we wanted to limited these to one architecture, thumb would have probably been a better pick.
1 parent 2fcecc8 commit 215613e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ jobs:
273273
}' | tee status/$(basename $f .csv).json
274274
done
275275
- name: upload-status-sizes
276-
if: ${{matrix.arch == 'x86_64'}}
277276
uses: actions/upload-artifact@v4
278277
with:
279278
name: status-sizes-${{matrix.arch}}

0 commit comments

Comments
 (0)