Skip to content

Commit

Permalink
chore: bump vib action to v0.7.0, update README
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Apr 22, 2024
1 parent ec51832 commit 165d19d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: vanilla-os/vib-gh-action@v0.6.2
- uses: vanilla-os/vib-gh-action@v0.7.0

- name: Build the Docker image
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/waydroid: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 @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: vanilla-os/vib-gh-action@v0.6.2
- uses: vanilla-os/vib-gh-action@v0.7.0

- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/waydroid .
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Containerfile for building a Waydroid image.
This image is based on top of [`vanillaos/pico`](https://github.com/Vanilla-OS/core-image/pkgs/container/pico) and offers a Waydroid
installation.

> Note: this is an experiment of providing waydroid via Apx (dbox). It still require the `binder_linux` kernel module at host side.
> [!NOTE]
> This is an experimental image providing Waydroid via Apx (`distrobox`). It still require the `binder_linux` kernel module at the host side.
## Build

Expand Down

0 comments on commit 165d19d

Please sign in to comment.