Add armhf architecture

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

View file

@ -98,6 +98,14 @@ async function main() {
core.endGroup()
}
core.startGroup("Add armhf architecture")
await exec.exec("docker", [
"exec",
container,
"dpkg", "--add-architecture", "armhf"
])
core.endGroup()
core.startGroup("Update packages list")
await exec.exec("docker", [
"exec",