From d0b4099b9192f2999a9fada40057f910d3af0013 Mon Sep 17 00:00:00 2001 From: cairo <101215230+cairoeth@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:15:33 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20improve=20ci=20performance?= =?UTF-8?q?=20with=20cache=20and=20platform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-infra.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-infra.yaml b/.github/workflows/build-infra.yaml index 187693f..0ef7944 100644 --- a/.github/workflows/build-infra.yaml +++ b/.github/workflows/build-infra.yaml @@ -32,7 +32,9 @@ jobs: uses: docker/build-push-action@v3 with: context: ./paradigmctf.py - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 + cache-from: type=gha + cache-to: type=gha,mode=max push: true tags: | ghcr.io/${{ steps.repo.outputs.lowercase }}:latest