From 165d19d3fac1979bd6bbde8a6267ef3324b33b45 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 22 Apr 2024 16:05:28 +0530 Subject: [PATCH] chore: bump vib action to v0.7.0, update README Signed-off-by: K.B.Dharun Krishna --- .github/workflows/vib-build.yml | 2 +- .github/workflows/vib-pr.yml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 5e00c87..812bf33 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -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 . diff --git a/.github/workflows/vib-pr.yml b/.github/workflows/vib-pr.yml index 5331c1a..045da9e 100644 --- a/.github/workflows/vib-pr.yml +++ b/.github/workflows/vib-pr.yml @@ -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 . diff --git a/README.md b/README.md index e32c2bd..6e75828 100644 --- a/README.md +++ b/README.md @@ -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