{"id":15732751,"url":"https://github.com/tobozo/idf-builder","last_synced_at":"2025-10-07T16:16:30.048Z","repository":{"id":246505709,"uuid":"820784269","full_name":"tobozo/idf-builder","owner":"tobozo","description":"github action to compile an esp-idf project and create a merged binary that will be saved as an artifact","archived":false,"fork":false,"pushed_at":"2024-06-30T10:30:48.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T18:57:02.003Z","etag":null,"topics":["esp-idf","esp32"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobozo.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.paypal.me/tobozo"}},"created_at":"2024-06-27T07:09:51.000Z","updated_at":"2024-07-01T11:31:27.000Z","dependencies_parsed_at":"2024-06-28T11:14:06.853Z","dependency_job_id":"610fbdd3-ba98-40d1-ab3d-ba8a7d4635a9","html_url":"https://github.com/tobozo/idf-builder","commit_stats":null,"previous_names":["tobozo/idf-builder"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobozo%2Fidf-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobozo%2Fidf-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobozo%2Fidf-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobozo%2Fidf-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobozo","download_url":"https://codeload.github.com/tobozo/idf-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243351175,"owners_count":20276894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp-idf","esp32"],"created_at":"2024-10-04T00:22:09.557Z","updated_at":"2025-10-07T16:16:25.016Z","avatar_url":"https://github.com/tobozo.png","language":null,"funding_links":["https://www.paypal.me/tobozo"],"categories":[],"sub_categories":[],"readme":"\n# ESP IDF artifact builder\n\nUse `tobozo/idf-builder` github action to compile an esp-idf project.\n\nIt wraps `espressif/esp-idf-ci-action` for the building process and creates a merged binary that will be saved as an artifact.\n\n## Requirements\n\nAn esp-idf project to compile.\n\n\n## Usage\n\n```yml\nname: IDFBuild\non:\n  push:\n  pull_request:\n  workflow_dispatch:\n\njobs:\n\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Test Action\n      uses: tobozo/idf-builder@v1\n      with:\n        target_repo: user/esp-idf-project # github repository\n        # target_repo_ref: main\n        # idf_project_folder: relative/path/to/target/repo/examples/blah\n        idf_version: v5.1 # esp-idf version, must match a tag listed at https://hub.docker.com/r/espressif/idf/tags\n        idf_target_chip: esp32s3 # any chip supported by the picked version of esp-idf\n        merged_bin: merged.bin # optional\n        artifact_name: merged_bin # optional\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobozo%2Fidf-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobozo%2Fidf-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobozo%2Fidf-builder/lists"}