We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f16180 commit 9d9eca7Copy full SHA for 9d9eca7
1 file changed
src/base/.devcontainer/scripts/root_install.sh
@@ -14,6 +14,7 @@ rm -rf /var/lib/apt/lists/*
14
15
# Add amd64 architecture if on arm64
16
if [ "$TARGETARCH" == "arm64" ] || [ "$TARGETARCH" == "aarch64" ]; then
17
+ echo "Adding amd64 architecture support"
18
dpkg --add-architecture amd64
19
fi
20
0 commit comments