Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump vib to 0.6.0 #14

Merged
merged 3 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo sh build.sh
cd ..

- uses: vanilla-os/vib-gh-action@v0.3.2-2
- uses: vanilla-os/vib-gh-action@v0.6.0

- name: Build the Docker image
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/pico:main .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sudo sh build.sh
cd ..

- uses: vanilla-os/vib-gh-action@v0.3.2-2
- uses: vanilla-os/vib-gh-action@v0.6.0

- name: Build the Docker image
run: podman image build -f Containerfile --tag vanillaos/pico:validation .
Expand Down
17 changes: 10 additions & 7 deletions recipe.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
base: scratch
name: Vanilla Pico
id: vanilla-pico
singlelayer: true
labels:
maintainer: Vanilla OS Contributors
adds:
rootfs/vanilla-pico.tar.zst: /
cmd: "/bin/bash"

stages:
- id: build
base: scratch
singlelayer: true
labels:
maintainer: Vanilla OS Contributors
adds:
rootfs/vanilla-pico.tar.zst: /
cmd: "/bin/bash"