From ab6d1696a3ddf8bc40864c9abcff14b4687ee828 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Tue, 8 Apr 2025 09:37:24 -0400 Subject: [PATCH 1/2] ci(ghcr): fix broken build by unpinning qemu --- .github/workflows/ghcr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 20fc5fdc..7f2b5d43 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -15,7 +15,7 @@ env: jobs: build-and-push: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: contents: read @@ -33,8 +33,6 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - with: - image: tonistiigi/binfmt:qemu-v7.0.0-28 # Pinned due to https://github.com/tonistiigi/binfmt/issues/240 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 From 6b4a5352979ab2af3fc18e332b6f08daad5231ed Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 14 Apr 2025 11:23:59 -0400 Subject: [PATCH 2/2] pin to ubuntu 24 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 7f2b5d43..56afbf67 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -15,7 +15,7 @@ env: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: read