Closed felixbuenemann closed 3 years ago
This fixes a problem where the build script expects to find base-arm64-focal.tgz instead of the actual base-focal.tgz by inspecting dpkg --print-architecture instead of hardcoding amd64 as the native host arch.
base-arm64-focal.tgz
base-focal.tgz
dpkg --print-architecture
amd64
This fixes a problem where the build script expects to find
base-arm64-focal.tgz
instead of the actualbase-focal.tgz
by inspectingdpkg --print-architecture
instead of hardcodingamd64
as the native host arch.