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