Skip to content

cleanup: rearrange packages, add libblockdev-crypto3 #8

cleanup: rearrange packages, add libblockdev-crypto3

cleanup: rearrange packages, add libblockdev-crypto3 #8

Workflow file for this run

name: Vib PR
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Vib
run: |
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.3.1/vib
chmod +x vib
./vib build recipe.yml
- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/desktop .
- uses: actions/upload-artifact@v3
with:
name: Containerfile
path: Containerfile