mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
s
This commit is contained in:
@@ -4,13 +4,13 @@ on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [ubuntu-latest]
|
||||
runs-on: [ubuntu-20.04.6]
|
||||
name: Building aarch64 binary
|
||||
steps:
|
||||
- name: Installing Packages
|
||||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt upgrade
|
||||
sudo apt upgrade -y
|
||||
sudo apt -y install binfmt-support qemu-user-static systemd-container wget libarchive-tools
|
||||
- name: Starting Services
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user