services: qemu-binfmt: Add x86_64 QEMU target.

* gnu/services/virtualization.scm (%x86_64): New variable.
(%qemu-platforms) Add it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Leo Nikkilä 2022-11-07 02:09:45 +02:00 committed by Christopher Baines
parent e080080e6b
commit 9ad311ec15
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577
2 changed files with 9 additions and 1 deletions

View file

@ -28,6 +28,7 @@
;;; Copyright © 2022 Ekaitz Zarraga <ekaitz@elenq.tech>
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2022 Leo Nikkilä <hello@lnikki.la>
;;;
;;; This file is part of GNU Guix.
;;;