Note
Work in Progress
jobs:
build:
runs-on: ... # [ubunu-24.04|ubunu-24.04-arm]
container:
image: ghcr.io/gbraad-actions/fedora:stable
options: --privileged
steps:
jobs:
build:
runs-on: ... # [ubunu-24.04|ubunu-24.04-arm]
container:
image: ghcr.io/gbraad-actions/centos:stable
options: --privileged
steps: