mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
It makes more sense to build the image in arch-boxes than building it on each runner, especially considering that arch-boxes already have all the necessary infrastructure, so we can avoid maintaining similar code in two repositories and avoid running losetup, mount, arch-chroot etc. (as root) on the runners. The arch-boxes MR[1] has a little more context. [1] https://gitlab.archlinux.org/archlinux/arch-boxes/-/merge_requests/200
9 lines
200 B
SYSTEMD
9 lines
200 B
SYSTEMD
[Unit]
|
|
Description=Fetch libvirt-executor image
|
|
Wants=network-online.target
|
|
After=network-online.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/libvirt-executor-fetch-image
|