From 84bd6a891a45797be3d578f1c1a9655bcff13f7c Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 6 Jan 2024 17:26:17 +0100 Subject: [PATCH] Add packages to work with Raspberry Pi VMs --- workstation/build_workstation | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- 2.47.3