Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
wind

GitHub Action

bloaty-action

v0.2.0

bloaty-action

wind

bloaty-action

Run Bloaty McBloatface: a size profiler for binaries

Installation

Copy and paste the following snippet into your .yml file.

              

- name: bloaty-action

uses: carlosperate/[email protected]

Learn more about this action in carlosperate/bloaty-action

Choose a version

Bloaty McBloatface GitHub Action

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

Using the base Docker Image to run Bloaty McBloatface locally

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