mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Reducing output and checking out buildscript from the repo insted of using wget
This commit is contained in:
@@ -27,12 +27,16 @@ 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
|
||||||
|
- name: Checking out buildscript
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
sparse-checkout: |
|
||||||
|
aarch64_buildscript
|
||||||
|
sparse-checkout-cone-mode: false
|
||||||
- name: Building Swingmusic in qemu
|
- name: Building Swingmusic in qemu
|
||||||
run: |
|
run: |
|
||||||
wget https://raw.githubusercontent.com/jensgrunzer1/swingmusic/refs/heads/master/aarch64_buildscript
|
|
||||||
chmod +x aarch64_buildscript
|
chmod +x aarch64_buildscript
|
||||||
sed -i -e 's/TAG/${{ github.event.inputs.tag }}/g' aarch64_buildscript
|
sed -i -e 's/TAG/${{ github.event.inputs.tag }}/g' aarch64_buildscript
|
||||||
cat aarch64_buildscript
|
|
||||||
mv aarch64_buildscript root/
|
mv aarch64_buildscript root/
|
||||||
sudo systemd-nspawn --bind-ro=/etc/resolv.conf -D root ./aarch64_buildscript
|
sudo systemd-nspawn --bind-ro=/etc/resolv.conf -D root ./aarch64_buildscript
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|||||||
Reference in New Issue
Block a user