From e90ca9b236a2eed1236473ec14233d4d4a56df7f Mon Sep 17 00:00:00 2001 From: hsw0 <1043930+hsw0@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:15:05 +0900 Subject: [PATCH] ci: Use buildkit nightly to workaround bug(?) ``` buildx failed with: ERROR: failed to build: failed to solve: failed to load ref: missing descriptor handlers for lazy blobs [sha256:...] ``` --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9392824..d1210be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,10 @@ jobs: id: setup-buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 with: + # nightly: @see https://github.com/moby/buildkit/commit/fe65d5ff62506d0bccdcc4641fad1920903fcf55 + # > remotecache: fix inline cache used with multiple exporters driver-opts: >- - image=docker.io/moby/buildkit:v0.25.0@sha256:faffcac91decfb3b981234bf2762d88ed6c90771b689a3d8a5049cd0e874759a + image=docker.io/moby/buildkit:nightly@sha256:6d447ea5196621612841748701d7606f938172fa0976c1f0030881b45cf28901 buildkitd-flags: >- --oci-worker-snapshotter=stargz