diff options
| author | alex <alex@pdp7.net> | 2024-01-06 17:26:17 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-01-06 17:26:38 +0100 |
| commit | 84bd6a891a45797be3d578f1c1a9655bcff13f7c (patch) | |
| tree | b2f617d1394d7fae2f3feff85bf46c0ec0cf9922 /workstation | |
| parent | 0e0cbdfb85c3ee678a1c0f0fa0170aa9bf652a06 (diff) | |
Add packages to work with Raspberry Pi VMs
Diffstat (limited to 'workstation')
| -rwxr-xr-x | workstation/build_workstation | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/workstation/build_workstation b/workstation/build_workstation index c41358b9..db55bdaa 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 \ |
