phusion / passenger_apt_automation

Tools for automatically building a Debian APT repository for Phusion Passenger
MIT License
20 stars 20 forks source link

Fix building on native arm64 system #36

Closed felixbuenemann closed 3 years ago

felixbuenemann commented 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.