Attempt to install libpython3.7-minimal:armhf
This commit is contained in:
parent
e1d5ef1670
commit
fda0e8088e
5
main.js
5
main.js
|
@ -110,7 +110,7 @@ async function main() {
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
"exec",
|
"exec",
|
||||||
container,
|
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()
|
core.endGroup()
|
||||||
|
|
||||||
|
@ -126,8 +126,7 @@ async function main() {
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
"exec",
|
"exec",
|
||||||
container,
|
container,
|
||||||
// "dpkg-buildpackage", "--no-sign", "-d", "-aarmhf"
|
"dpkg-buildpackage", "--no-sign", "-d", "-aarmhf"
|
||||||
"dpkg-buildpackage", "--no-sign", "-d", "-aamd64"
|
|
||||||
])
|
])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue