Skip to content

Commit

Permalink
gha: Fixed x86-only statuses
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
geky committed Dec 9, 2024
1 parent 2fcecc8 commit 215613e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ jobs:
}' | tee status/$(basename $f .csv).json
done
- name: upload-status-sizes
if: ${{matrix.arch == 'x86_64'}}
uses: actions/upload-artifact@v4
with:
name: status-sizes-${{matrix.arch}}
Expand Down

0 comments on commit 215613e

Please sign in to comment.