Skip to content

Commit

Permalink
Roll back mbedos docker image usage
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 18, 2021
1 parent d1719d4 commit 4b90e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/examples-mbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-mbed-os:0.5.17
# TODO: find out why 0.5.16 image update fails to build mbedos binaries
image: connectedhomeip/chip-build-mbed-os:0.5.15
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
- "/tmp/output_binaries:/tmp/output_binaries"
Expand Down

0 comments on commit 4b90e10

Please sign in to comment.