mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
s
This commit is contained in:
@@ -10,6 +10,7 @@ jobs:
|
|||||||
- name: Installing Packages
|
- name: Installing Packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
|
sudo apt upgrade
|
||||||
sudo apt -y install binfmt-support qemu-user-static systemd-container wget libarchive-tools
|
sudo apt -y install binfmt-support qemu-user-static systemd-container wget libarchive-tools
|
||||||
- name: Starting Services
|
- name: Starting Services
|
||||||
run: |
|
run: |
|
||||||
@@ -27,8 +28,8 @@ jobs:
|
|||||||
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
|
||||||
chmod +x aarch64_buildscript
|
chmod +x aarch64_buildscript
|
||||||
cp aarch64_buildscript root/
|
mv aarch64_buildscript root/
|
||||||
sudo systemd-nspawn -D root ./aarch64_buildscript
|
sudo systemd-nspawn -D root sh -c ./aarch64_buildscript
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
|||||||
+1
-2
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# README
|
# README
|
||||||
# Builds swingmusic binary for aarch64 aka ARM64 architecture
|
# Builds swingmusic binary for aarch64 aka ARM64 architecture
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
# Moving or renaming venv directory (comment inline below) will break that venv.
|
# Moving or renaming venv directory (comment inline below) will break that venv.
|
||||||
# Additional poetry bug ongoing https://github.com/python-poetry/poetry/issues/5250 (comment inline below)
|
# Additional poetry bug ongoing https://github.com/python-poetry/poetry/issues/5250 (comment inline below)
|
||||||
# Changed to bash shebang above from repo build script setting of zsh
|
# Changed to bash shebang above from repo build script setting of zsh
|
||||||
systemctl start systemd-resolved.service
|
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman-key --populate archlinuxarm
|
pacman-key --populate archlinuxarm
|
||||||
pacman -U --noconfirm https://github.com/jensgrunzer1/pyhon311-for-aarch64/raw/refs/heads/main/python311-3.11.9-2-aarch64.pkg.tar.xz
|
pacman -U --noconfirm https://github.com/jensgrunzer1/pyhon311-for-aarch64/raw/refs/heads/main/python311-3.11.9-2-aarch64.pkg.tar.xz
|
||||||
|
|||||||
Reference in New Issue
Block a user