Skip to content

wip

wip #41

Workflow file for this run

name: dogfood
on:
push:
jobs:
build:
runs-on: ${{ format('lol/{0}/{1}/{2}/{3}/{4}/{5}', github.repository, github.ref, github.sha, github.run_id, github.run_number, github.run_attempt) }}
container:
image: quay.io/podman/stable:v5.2.1
#options: --privileged
steps:
- run: echo Hello, world!
- run: |
unshare --user --pid --mount --uts --mount-proc --fork --ipc --net --map-root-user /usr/bin/bash -c 'echo hello'