Skip to content

Commit

Permalink
ci: check build-output image size
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Dec 11, 2023
1 parent bd3dd80 commit 6c01d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Build Gluon
run: docker run --rm -v $PWD:/gluon-ci -w /gluon-ci --user "$(id -u):$(id -g)" gluon-ci-container contrib/actions/run-build.sh ${{ matrix.target }}

- name: Check Image size
run: contrib/actions/check-image-size.sh --github-actions --overhead 256 output/meta/openwrt-profiles/${{ matrix.target }}.json

- name: Archive build logs
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6c01d24

Please sign in to comment.