From 53feba859d502994100139ac38363a59a2b3f224 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 11 Sep 2025 07:06:43 -0700 Subject: [PATCH] Bust the cache and see is using the master branch does indeed work faster --- .github/workflows/ci.yml | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e28e537d7..9b15dffcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -373,6 +373,7 @@ jobs: uses: docker/setup-qemu-action@v3 with: platforms: arm64 + image: tonistiigi/binfmt:master - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: diff --git a/Dockerfile b/Dockerfile index 91a52bff2..2e2ed037b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN set -eux \ # Purpose: Installs s6-overlay and rootfs # Comments: # - Don't leave anything extra in here either -FROM ghcr.io/astral-sh/uv:0.8.15-python3.12-trixie-slim AS s6-overlay-base +FROM ghcr.io/astral-sh/uv:0.8.17-python3.12-trixie-slim AS s6-overlay-base WORKDIR /usr/src/s6