You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
bloaty-action
v0.2.0
GitHub Action to run Bloaty McBloatface: a size profiler for binaries
- name: Run Bloaty McBloatface on an ELF file
uses: carlosperate/bloaty-action@v0
with:
bloaty-args: tests/test-elf-files/example-before.elf
To diff two ELF files (from the project root directory):
docker run --rm -v $(pwd):/home ghcr.io/carlosperate/bloaty:latest tests/test-elf-files/example-before.elf -- tests/test-elf-files/example-after.elf