Added container specification for build
Some checks failed
TileOS ISO Builder Wrapper / prebuild (push) Failing after 24s
TileOS ISO Builder Wrapper / build-sway (push) Has been skipped

This commit is contained in:
nesteroff561 2025-06-01 16:01:16 +03:00
parent abf8df26f0
commit 2adc63e81f
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@ on: [workflow_call]
jobs: jobs:
build: build:
runs-on: iso-builder runs-on: iso-builder
container:
image: docker:latest
steps: steps:
- -
name: Build image with sway name: Build image with sway

View file

@ -2,6 +2,8 @@ on: [workflow_call]
jobs: jobs:
prebuild: prebuild:
runs-on: iso-builder runs-on: iso-builder
container:
image: docker:latest
steps: steps:
- -
name: Checkout name: Checkout