Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

PikaOS Hyprland lunar #58

PikaOS Hyprland lunar

PikaOS Hyprland lunar #58

Workflow file for this run

name: PikaOS Hyprland lunar
on:
workflow_dispatch
jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:latest
volumes:
- /proc:/proc
options: --privileged -it
steps:
- uses: actions/checkout@v3
- name: Install needed packages
run: apt update && apt install debootstrap lz4 rsync schedtool wget zstd tar -y
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Build ISO
run: chmod +x ./build.sh && ./build.sh