{"id":16596725,"url":"https://github.com/tuanpham-dev/vscode-arm-builder","last_synced_at":"2025-08-19T03:03:33.470Z","repository":{"id":98570688,"uuid":"258771016","full_name":"tuanpham-dev/vscode-arm-builder","owner":"tuanpham-dev","description":"VSCode ARM Builder","archived":false,"fork":false,"pushed_at":"2020-06-14T16:15:17.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-05T19:36:29.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuanpham-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-04-25T12:32:32.000Z","updated_at":"2020-06-14T16:13:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"d69c0be7-2cf9-49db-b5a1-1788ee53d0cf","html_url":"https://github.com/tuanpham-dev/vscode-arm-builder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tuanpham-dev/vscode-arm-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpham-dev%2Fvscode-arm-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpham-dev%2Fvscode-arm-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpham-dev%2Fvscode-arm-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpham-dev%2Fvscode-arm-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuanpham-dev","download_url":"https://codeload.github.com/tuanpham-dev/vscode-arm-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuanpham-dev%2Fvscode-arm-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271092829,"owners_count":24697914,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-11T23:54:04.148Z","updated_at":"2025-08-19T03:03:33.444Z","avatar_url":"https://github.com/tuanpham-dev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode ARM Builder\n\nThis contains bash script and docker files that automatically build Visual Studio Code on ARM.\nI'm not happy with the `arm` builds from headmelted and vscodium because they don't fix bug related to `vscode-sqlite3` module. Everytime you open vscode, the annoying welcome pages from vscode and its extension such as: `gitlens` always appear (you can check it yourself). So I decided to make my own build.\n\n## Download\n\n1. Download the [latest release](https://github.com/tuanpham-dev/vscode-arm-builder/releases/latest).\n2. Double-click the downloaded `.deb` file, or run `sudo dpkg -i {downloaded .deb}`.\n\n## Build from source\n\nClone this repo and change directory to repo folder.\n\n### Build locally\n\n1. Run `./build.sh`\n2. Wait for complete (1 hour on my Raspberry Pi 4) and the `.deb` file is in `build` directory.\n\n### Build using Docker\n\n1. Make sure QEMU is installed\n\n```\nsudo apt-get install qemu binfmt-support qemu-user-static # Install the qemu packages\ndocker run --rm --privileged multiarch/qemu-user-static --reset -p yes # This step will execute the registering scripts\n```\n\n2. Run `docker-compose up --build` or `docker-compose run vscode-arm` or `docker-compose run vscode-arm64`\n3. Wait for complete (few hours on my i7-9750h laptop) and the `.deb` files are in `build` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuanpham-dev%2Fvscode-arm-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuanpham-dev%2Fvscode-arm-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuanpham-dev%2Fvscode-arm-builder/lists"}