Attempt to install libpython3.7-minimal:armhf

This commit is contained in:
Mike Roberts 2020-10-26 22:16:00 +00:00
parent e1d5ef1670
commit fda0e8088e
No known key found for this signature in database
GPG key ID: B68562622B45F745

View file

@ -110,7 +110,7 @@ async function main() {
await exec.exec("docker", [
"exec",
container,
"apt-get", "install", "--no-install-recommends", "-y", "dpkg-dev", "debhelper", "devscripts", "equivs"
"apt-get", "install", "--no-install-recommends", "-y", "dpkg-dev", "debhelper", "devscripts", "equivs", "libpython3.7-minimal:armhf"
])
core.endGroup()
@ -126,8 +126,7 @@ async function main() {
await exec.exec("docker", [
"exec",
container,
// "dpkg-buildpackage", "--no-sign", "-d", "-aarmhf"
"dpkg-buildpackage", "--no-sign", "-d", "-aamd64"
"dpkg-buildpackage", "--no-sign", "-d", "-aarmhf"
])
core.endGroup()