Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
qemu-user-static: pin aptman/qus to d5.0
Browse files Browse the repository at this point in the history
This potentially allows qemu-based builds to complete 🤞
  • Loading branch information
ashkulz committed Jun 22, 2022
1 parent 448dbc9 commit 61be308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def docker_images(config, targets, force):
params = config['docker-targets'][name]
needed_qemu = params.get('qemu')
if needed_qemu and started_qemu != needed_qemu:
pull('aptman/qus:latest', needed_qemu)
shell('docker run --rm --privileged aptman/qus:latest -- -r')
shell('docker run --rm --privileged aptman/qus:latest -s -- -p')
pull('aptman/qus:d5.0', needed_qemu)
shell('docker run --rm --privileged aptman/qus:d5.0 -- -r')
shell('docker run --rm --privileged aptman/qus:d5.0 -s -- -p')
started_qemu = needed_qemu

image = prefix+name
Expand Down

0 comments on commit 61be308

Please sign in to comment.