16 Commits

Author SHA1 Message Date
Shubham Patil 27dd31913a tools: optimize docker image and fix launchpad builds
- Earlier fixes removed .git which potentially failed building the
  examples as esp-idf does git describe during builds. Added them back
  anad build works now.
- Removed the dormant bits from the docker-image
- Added ninja-jobs option for better resource utilization during host
  tool builds
- Added back the linux installation as we do need ability to run
  chip-tool from the container.
2025-12-30 18:00:33 +05:30
shripad621git d6b6d761e8 Update esp-idf version in docker-image.yml 2025-04-17 11:06:25 +05:30
YuanMingFu d96280a5cc idf: update version to v5.2.3 2024-11-11 20:53:36 +08:00
Will cea52a2e33 Build multi-platform Docker images on separate runners to avoid disk space issues 2024-10-17 10:33:18 +01:00
Shubham Patil 48b0f873c5 tools/docker: Fix building docker image and dir restructuring 2024-06-21 11:41:42 +05:30
Shubham Patil 9a72f4fc9b gh-actions: Few improvements to launchpad workflow
- use newer action versions
- Don't run upload-component workflow in forks
- Lets build the rainmaker matter example as well
- made provision to specify the prefix for application name and
  sdkconfig to build example with
- install tree in docker image
- use tree to generate an index.html to display the content of the
  deplyoed directory
2024-05-17 18:26:23 +05:30
liyashuai 32e2f71e76 update idf version to v5.2.1 for fixing Bootloader TOCTOU Vulnerability in Anti-rollback Scheme 2024-04-09 19:34:18 +08:00
Sayon Deep d1dc94df4a Update esp-matter to use ESP-IDF to v5.1.2 2024-01-17 15:56:59 +08:00
Hrishikesh Dhayagude d4b2cb43dd Merge branch 'pr_597' into 'main'
[GH_PR] Added comment about the workaround for space issues on the GitHub runner (CON-723)

See merge request app-frameworks/esp-matter!476
2023-08-31 16:37:50 +08:00
J. Diego Rodríguez Royo 047866295b Added comment about the workaround for space issues 2023-08-28 11:07:22 +00:00
Shubham Patil 873c69f609 Minor docker image, launchpad, and documentation changes
- GITHUB_REF_NAME does not work so using github.ref_name in workflow
  file
- Building light and ligh-switch for target H2 and C6 in launchpad and
  fixed the RainMaker iOS application link
- Using the prod ready Matter qrcode in documentation
2023-08-28 16:12:05 +05:30
J. Diego Rodríguez Royo 3cef104381 Docker image improvements 2023-08-25 10:51:33 +00:00
Shubham Patil 2a7abbb679 docs: Update docs with iOS app reference and added Github actions badges
Also, changed '. export.sh' to 'source export.sh' because people often
gets confused and executes the script which is supposed to be sourced.
2023-01-23 13:52:56 +05:30
Shubham Patil 6d22f13a3b ESP Matter Developement docker image with IDF v4.4.3
Once docker image is ready, trigger the pages workflow to deploy built
binaries to launchpad.
2023-01-10 21:08:47 +05:30
Shubham Patil 6b1d79266d docker: Fix the repository name for pushing docker image 2022-10-12 12:20:27 +05:30
Shubham Patil 76625c7fe6 Github workflow to build and push the docker image with connectedhomeip
submodule to docker hub
2022-10-07 16:29:26 +05:30