mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
CI: Update install-qemu.sh script #4082
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
9a49ce3900
commit
8093a84c00
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sudo apt-get update && sudo apt-get -qq install -y qemu binfmt-support qemu-kvm qemu-system \
|
||||
sudo apt-get update && sudo apt-get -qq install -y binfmt-support qemu-kvm qemu-system \
|
||||
qemu-user qemu-user-binfmt qemu-utils qemu-efi-arm qemu-efi-aarch64
|
||||
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue