Skip to content

sets sideload as the default for debian packages #48

sets sideload as the default for debian packages

sets sideload as the default for debian packages #48

Workflow file for this run

name: Vib PR
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.2-1'
- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/desktop .
- uses: actions/upload-artifact@v4
with:
name: Containerfile
path: Containerfile