Skip to content

Commit

Permalink
don't build ARM images for PR runs (#979)
Browse files Browse the repository at this point in the history
Signed-off-by: jasmingacic <[email protected]>

Signed-off-by: jasmingacic <[email protected]>
  • Loading branch information
jasmingacic authored Nov 21, 2022
1 parent 3648529 commit 841b792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
file: build/manager/Dockerfile
tags: kubeshop/kusk-gateway:pr-${{ github.event.pull_request.number }}
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
build-args: |
Expand Down

0 comments on commit 841b792

Please sign in to comment.