This commit is contained in:
jensgrunzer1
2024-11-20 10:17:05 +01:00
parent 09b5a9f346
commit 0ffbce0fbb
+2 -2
View File
@@ -4,13 +4,13 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
runs-on: [ubuntu-latest] runs-on: [ubuntu-20.04.6]
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 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: |