mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
a
This commit is contained in:
@@ -4,13 +4,12 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: [ubuntu-20.04]
|
runs-on: [ubuntu-latest]
|
||||||
name: Building aarch64 binary
|
name: Building aarch64 binary
|
||||||
steps:
|
steps:
|
||||||
- name: Installing Packages
|
- name: Installing Packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt upgrade -y
|
|
||||||
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user