feat: Distroless Alloy docker image using chisel #10545
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Pyroscope PR | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| test_pyroscope: | |
| name: Test pyroscope packages on Linux | |
| runs-on: ubuntu-latest | |
| if: > | |
| github.actor == 'korniltsev-grafanista' || | |
| github.actor == 'simonswine' || | |
| github.actor == 'aleks-p' || | |
| github.actor == 'marcsanmi' | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | |
| with: | |
| persist-credentials: false | |
| - name: Setup tools | |
| uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 | |
| with: | |
| version: v2026.5.18 | |
| sha256: cfac593469d028d7ae5fe36e37bd7c59118b5238e92d8a876209578464f24a84 | |
| install_args: go | |
| - run: sudo make test-pyroscope |