Skip to content

Commit d0b4099

Browse files
committed
⚡️ improve ci performance with cache and platform
1 parent e82dc70 commit d0b4099

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-infra.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
uses: docker/build-push-action@v3
3333
with:
3434
context: ./paradigmctf.py
35-
platforms: linux/amd64,linux/arm64
35+
platforms: linux/amd64
36+
cache-from: type=gha
37+
cache-to: type=gha,mode=max
3638
push: true
3739
tags: |
3840
ghcr.io/${{ steps.repo.outputs.lowercase }}:latest

0 commit comments

Comments
 (0)