22 Commits

Author SHA1 Message Date
3b1a175eac fix: install VS Code from Microsoft's direct download endpoint instead of apt repo
The apt repo at packages.microsoft.com/repos/vscode does not publish amd64
and arm64 .deb packages atomically, so the arm64 build in CI could pick up
an older VS Code version than amd64 when both platforms build in the same run.

Switch to downloading the .deb directly from
update.code.visualstudio.com/latest/linux-deb-{arch}/stable, the canonical
"always latest" endpoint, and resolve dependencies via apt-get install -f.

Also add an explicit docker/setup-qemu-action step to the workflow so arm64
emulation is version-pinned rather than relying on the runner's default
binfmt registration.
2026-07-03 16:39:24 +00:00
8ee5f0376f Trying to fix issue, updating to version 3.1.12 2024-09-10 14:46:28 -06:00
b676e5245c Trying to fix build errors. Updating to version 3.1.11 2024-09-10 14:40:24 -06:00
40a58d6a85 Triying to fix issue on building. Updating to version 3.1.9 2024-09-10 13:59:32 -06:00
54c7bd3365 Trying to fix dockerfile on building. Updating to version 3.1.8 2024-09-10 13:43:52 -06:00
ae16a7be7f Trying to fix architecture issue. Updating to version 3.0.40 2024-04-24 12:12:26 -06:00
998701be6c Trying to fic issue with building process. Updating to version 3.0.39 2024-04-24 11:58:07 -06:00
1b278e0eea Adding hooks to multiarch building. Updating to version 3.0.37 2024-04-24 11:17:06 -06:00
6a6947d855 Move .bashrc and .profile files to user's home directory Updating to version 3.0.20 2024-04-17 21:52:11 +00:00
66ed2b4950 Making Breaking changes to use custom bash scripts. Updating to version 3.0.0 2024-04-14 22:50:55 +00:00
08cf40624d Trying to fix issue of deleting vscode user. Updating to version 2.0.52 2024-04-12 04:06:17 +00:00
d8a8162ffd Making the latest changes Updating to version 2.0.49 2024-04-11 23:17:23 +00:00
dddaf129f4 Trying to fix. Updating to version 2.0.16 2024-03-30 03:15:32 +00:00
9bac2433a6 Trying to fix. Updating to version 2.0.5 2024-02-15 06:23:40 +00:00
d8a291c82d Trying to fix. Version 2.0.4 2024-02-15 04:07:06 +00:00
f68ef82de3 Trying to make fix, updating to version 2.0.2 2024-02-15 03:21:00 +00:00
b5cbdca7ef Trying to fix user configuration. Updating to version 2.0.0 2024-02-15 01:05:41 +00:00
00defc98eb Fixing adding the missing dependency of jq. 2023-08-29 14:19:33 +00:00
ff85878b7e Trying to fix entrypoint.sh Updating to version 1.0.8 2023-08-26 01:20:38 +00:00
4bcf68cd67 Trying to fix entrypoint.sh Updating to version 1.0.3 2023-08-25 16:55:29 +00:00
711b77fa2c Trying to fix entrypoint.sh Updating to version 1.0.2 2023-08-25 16:43:00 +00:00
071d112af7 Adding dockerfile to repo. Updating the version to 1.0.0 2023-08-25 15:49:32 +00:00