Skip to content

Commit

Permalink
temporarily stop building for ARM64 arch - it takes so long it times out
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Aug 11, 2023
1 parent 2b6586c commit 499ddd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ jobs:
run: |
docker login -u ${{ secrets.QUAY_USER }} -p ${{ secrets.QUAY_PASSWORD }} quay.io
make build-push-plugin-multi-arch
make -e "amd64 s390x ppc64le" build-push-plugin-multi-arch
make build-push-operator-multi-arch
make -e "amd64 s390x ppc64le" build-push-operator-multi-arch
- name: Configure git
run: |
Expand Down

0 comments on commit 499ddd0

Please sign in to comment.