Skip to content

Commit

Permalink
Stop using centos image for bloat check
Browse files Browse the repository at this point in the history
The bloat check started failing after the checkout action started
to require nodejs 20 (See actions/checkout#1590).
By changing the image the bloat check should still provide enough
insight into binary size at the expense of the binaries being
slightly different from a production build.
  • Loading branch information
rosstimothy committed Jul 18, 2024
1 parent 8b86c02 commit e0a8694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bloat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contents: read

container:
image: ghcr.io/gravitational/teleport-buildbox-centos7:teleport14
image: ghcr.io/gravitational/teleport-buildbox:teleport14

steps:
- name: Checkout base
Expand Down

0 comments on commit e0a8694

Please sign in to comment.