Skip to content

Commit

Permalink
⚡️ improve ci performance with cache and platform
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 12, 2024
1 parent e82dc70 commit d0b4099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0b4099

Please sign in to comment.