<#22092 VSCode devcontainer does not work on ARM64...
# github-notifications
c
#22092 VSCode devcontainer does not work on ARM64 Issue created by 0xg0nz0 Describe the bug VSCode devcontainer fails on open if running on Apple Silicon due to hard-coded amd64 Debian package. Once that was patched, then the
postCreateCommand
failed with this error: fatal: detected dubious ownership in repository at '/workspaces/pants' To add an exception for this directory, call: git config --global --add safe.directory /workspaces/pants fatal: detected dubious ownership in repository at '/workspaces/pants' Pants version N/A, observed on
main
branch OS MacOS Additional info This is due to the following hard-coded path: https://github.com/sharkdp/hyperfine/releases/download/v1.19.0/hyperfine_1.19.0_arm64.deb and the
postCreateCommand
can also be improved. I wil l submit a PR to fix this together. pantsbuild/pants