mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Update aarch64.yml
This commit is contained in:
@@ -2,6 +2,11 @@ name: New aarch64 Release
|
|||||||
run-name: Release v${{ github.event.inputs.tag }}
|
run-name: Release v${{ github.event.inputs.tag }}
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tag:
|
||||||
|
description: "Tag"
|
||||||
|
required: true
|
||||||
|
default: "1.x.x"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: [ubuntu-20.04]
|
runs-on: [ubuntu-20.04]
|
||||||
@@ -26,6 +31,7 @@ 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
|
||||||
|
sed -i -e '/s/TAG/${{ github.event.inputs.tag }}/g' 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