diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44e434b9888..8ae939e15fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,10 @@ on: - cron: '15 09 * * *' # 9:15am everyday merge_group: pull_request: + branches: + - main + paths-ignore: + - '**.md' workflow_dispatch: env: IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} diff --git a/Containerfile b/Containerfile index c6e8ca93154..0d0a0f0e5e4 100644 --- a/Containerfile +++ b/Containerfile @@ -137,8 +137,8 @@ RUN curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/latest/dow mv ./kind /usr/bin/kind # Install DevPod -RUN rpm-ostree install $(curl https://api.github.com/repos/loft-sh/devpod/releases/latest | jq -r '.assets[] | select(.name| test(".*x86_64.rpm$")).browser_download_url') && \ - wget https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64 -O /tmp/devpod && \ +RUN rpm-ostree install https://github.com/loft-sh/devpod/releases/download/v0.3.7/DevPod_linux_x86_64.rpm && \ + wget https://github.com/loft-sh/devpod/releases/download/v0.3.7/devpod-linux-amd64 -O /tmp/devpod && \ install -c -m 0755 /tmp/devpod /usr/bin # Install kns/kctx and add completions for Bash diff --git a/README.md b/README.md index 8431a2b44e5..d298abca90b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ **This image is considered Beta** ## [Download the test ISO](https://github.com/ublue-os/bluefin/releases/) +## [projectbluefin.io](https://projectbluefin.io) +## [Announcement Blog Post](https://www.ypsidanger.com/announcing-project-bluefin/) A familiar(ish) Ubuntu desktop for Fedora Silverblue. It strives to cover these three use cases: - For end users it provides a system as reliable as a Chromebook with near-zero maintainance, with the power of Ubuntu and Fedora fused together