mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
a
This commit is contained in:
@@ -15,11 +15,11 @@ jobs:
|
|||||||
- name: Starting Services
|
- name: Starting Services
|
||||||
run: |
|
run: |
|
||||||
sudo systemctl restart systemd-binfmt
|
sudo systemctl restart systemd-binfmt
|
||||||
|
sudo systemctl start lxd.service
|
||||||
- name: Downloading Arch Linux Arm Image for aarch64
|
- name: Downloading Arch Linux Arm Image for aarch64
|
||||||
run: |
|
run: |
|
||||||
sudo lxc-create --name mycontainer --template download -- --dist archlinux --release current --arch arm64
|
sudo lxc-create --name mycontainer --template download -- --dist archlinux --release current --arch arm64
|
||||||
sudo lxc-start --name mycontainer
|
sudo lxc-start --name mycontainer
|
||||||
sudo lxd init
|
|
||||||
- name: Building Swingmusic in qemu
|
- name: Building Swingmusic in qemu
|
||||||
run: |
|
run: |
|
||||||
wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript
|
wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript
|
||||||
|
|||||||
Reference in New Issue
Block a user