ci: Disable Arm RPM verifications (#14142)

kisunji/peering-bugfix-changelog
Evan Culver 2 years ago committed by GitHub
parent 3926009405
commit 6336d75da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -410,8 +410,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: ["i386", "x86_64", "armv7hl", "aarch64"]
# fail-fast: true
# TODO(eculver): re-enable when there is a smaller verification container available
arch: ["i386", "x86_64"] #, "armv7hl", "aarch64"]
env:
version: ${{ needs.get-product-version.outputs.product-version }}

Loading…
Cancel
Save