Skip to content

Commit

Permalink
feat: use vib gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 4, 2024
1 parent 371f313 commit 93e0ba5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ jobs:
sudo sh build.sh
cd ..
- name: Vib
run: |
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.3.1/vib
chmod +x vib
./vib build recipe.yml
sed -i '/\/var\/tmp\/*/{d}' Containerfile
- uses: vanilla-os/[email protected]

- name: Build the Docker image
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/pico:main .
Expand Down

0 comments on commit 93e0ba5

Please sign in to comment.