Skip to content

Commit

Permalink
Switch infineon builds to latest CI image (project-chip#35535)
Browse files Browse the repository at this point in the history
* Switch infineon builds to latest CI image

* Set up an environment for modus toolbox because image does not have it
  • Loading branch information
andy31415 authored Sep 11, 2024
1 parent 021f431 commit f46de96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-infineon:54
image: ghcr.io/project-chip/chip-build-infineon:74
env:
# TODO: this should probably be part of the dockerfile itself
CY_TOOLS_PATHS: /opt/Tools/ModusToolbox/tools_3.2
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down

0 comments on commit f46de96

Please sign in to comment.