Skip to content

feat: introduce distro detection model for container rootfs #76

feat: introduce distro detection model for container rootfs

feat: introduce distro detection model for container rootfs #76

Workflow file for this run

name: CI
'on':
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Build (release)
run: cargo build --workspace --release