Skip to content

Commit

Permalink
add armv7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jan 9, 2024
1 parent cfdcb92 commit e89e5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-more.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ci-linux-qt5:
strategy:
matrix:
arch: [aarch64, riscv64]
arch: [armv7, aarch64, riscv64]
name: "Linux (${{ matrix.arch }}; qt5)"
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.actor, 'transifex')"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
ci-linux-qt6:
strategy:
matrix:
arch: [aarch64, riscv64]
arch: [armv7, aarch64, riscv64]
name: "Linux (${{ matrix.arch }}; qt6)"
runs-on: ubuntu-20.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.actor, 'transifex')"
Expand Down

0 comments on commit e89e5f6

Please sign in to comment.