This repository contains the Vib (Vanilla Image Builder) plugin for the DNF (Dandified YUM) package manager.
It can be used in a workflow with the following syntax:
- uses: vanilla-os/vib-gh-action@v0.7.4
with:
recipe: 'recipe.yml'
plugins: 'kbdharun/vib-dnf:v0.1.1'
The plugin can be built locally with the following commands:
go get ./...
go build -trimpath -buildmode=plugin -o dnf.so -v ./...