Skip to content

Commit

Permalink
chore: remove arch matrix from tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Feb 7, 2024
1 parent 5ebef27 commit b452d9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ on:
jobs:
installability:
name: Installability
strategy:
fail-fast: false
matrix:
ARCH: [amd64, arm64, armhf, i386, ppc64el, riscv64, s390x]
uses: rebornplusplus/chisel-releases/.github/workflows/install-slices.yaml@main
with:
arch: ${{ matrix.ARCH }}
install-all: ${{ github.event_name == 'schedule' }}

0 comments on commit b452d9c

Please sign in to comment.