Skip to content

Commit

Permalink
ci: add pindexer to penumbra container (#4756)
Browse files Browse the repository at this point in the history
## Describe your changes
Adding pindexer to the default container build, to make the built binary
accessible in testing and deploy environments.

## Issue ticket number and link
N/A

## Checklist before requesting a review

- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

> only affects ci builds of containers; no changes to application logic

Co-authored-by: Conor Schaefer <[email protected]>
  • Loading branch information
conorsch and conorsch committed Jul 24, 2024
1 parent e6883fa commit 649cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/containerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY --from=build-env \
/usr/src/penumbra/target/release/pcli \
/usr/src/penumbra/target/release/pclientd \
/usr/src/penumbra/target/release/pd \
/usr/src/penumbra/target/release/summonerd \
/usr/src/penumbra/target/release/pindexer \
/usr/src/penumbra/target/release/tct-live-edit \
/usr/bin/

Expand Down

0 comments on commit 649cc22

Please sign in to comment.