Revert back using ubuntu container
Some checks failed
TileOS ISO Builder Wrapper / build-sway (push) Has been cancelled
TileOS ISO Builder Wrapper / prebuild (push) Has been cancelled

This commit is contained in:
nesteroff561 2025-06-01 16:26:36 +03:00
parent 451a4659cc
commit 5490711050
2 changed files with 3 additions and 5 deletions

View file

@ -1,10 +1,9 @@
name: TileOS Sway SO Builder
name: TileOS Sway ISO Builder
on: [workflow_call]
jobs:
build:
runs-on: [iso-builder]
container:
image: catthehacker/ubuntu:act-22.04
steps:
-
name: Build image with sway

View file

@ -2,8 +2,7 @@ on: [workflow_call]
jobs:
prebuild:
runs-on: [iso-builder]
container:
image: catthehacker/ubuntu:act-22.04
steps:
-
name: Checkout