mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
a
This commit is contained in:
@@ -21,9 +21,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir root
|
mkdir root
|
||||||
sudo tar xpf ArchLinuxARM-rpi-aarch64-latest.tar.gz -C root --warning=no-unknown-keyword
|
sudo tar xpf ArchLinuxARM-rpi-aarch64-latest.tar.gz -C root --warning=no-unknown-keyword
|
||||||
|
sudo chmod 777 root
|
||||||
sync
|
sync
|
||||||
- name: Building Swingmusic in qemu
|
- name: Building Swingmusic in qemu
|
||||||
run: |
|
run: |
|
||||||
|
cp ./aarch64_buildscript root/
|
||||||
sudo systemd-nspawn -D root ./aarch64_buildscript
|
sudo systemd-nspawn -D root ./aarch64_buildscript
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|||||||
Reference in New Issue
Block a user