From: alex Date: Sat, 6 Jan 2024 16:26:17 +0000 (+0100) Subject: Add packages to work with Raspberry Pi VMs X-Git-Tag: 20240214-emacs~51 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=84bd6a891a45797be3d578f1c1a9655bcff13f7c;p=alex.git Add packages to work with Raspberry Pi VMs --- diff --git a/workstation/build_workstation b/workstation/build_workstation index c41358b..db55bda 100755 --- a/workstation/build_workstation +++ b/workstation/build_workstation @@ -5,6 +5,7 @@ set -ue ( cd arch-container-builder/ ./builder.py \ + --package pkgfile \ --package ansible \ --package kubectl \ --package puppet \ @@ -27,6 +28,10 @@ set -ue --package soju \ --package libotr \ --package talosctl \ + --package qemu-system-aarch64 \ + --package qemu-system-arm-firmware \ + --package qemu-img \ + --package cdrtools \ --aur-package senpai-irc-git \ --aur-package telegram-tdlib-purple-minimal-git \ --aur-package bitlbee-libpurple \