You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit implements a small refactor to make the dev container setup
more resilient and truly multi-platform.
- Installs `aarch64` cross-compilation packages (`gcc-aarch64-linux-gnu`,
`libc6-dev-arm64-cross`) in the `Dockerfile` to enable building for
ARM64 on x86_64 hosts.
- Updates `bin/build-arch` to use the correct `strip` binary (native or
cross-compile) by checking both the host and target architectures.
- Adds a 30-second timeout to the `postCreate` script to prevent it from
hanging if the Docker daemon fails to start.
- Adds a comment to `bin/test` clarifying why language runtime tests are
now enabled for all architectures.
- Merges the `update-alternatives` command into the main `RUN` layer,
reducing the total number of image layers.
0 commit comments