Skip to content

Commit 9d9eca7

Browse files
committed
add some debug
1 parent 8f16180 commit 9d9eca7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/base/.devcontainer/scripts/root_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ rm -rf /var/lib/apt/lists/*
1414

1515
# Add amd64 architecture if on arm64
1616
if [ "$TARGETARCH" == "arm64" ] || [ "$TARGETARCH" == "aarch64" ]; then
17+
echo "Adding amd64 architecture support"
1718
dpkg --add-architecture amd64
1819
fi
1920

0 commit comments

Comments
 (0)