Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Workflow for basic testing across multiple archs #2937

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Naming
  • Loading branch information
andrjohns committed Aug 29, 2023
commit 041f02c07ecab8ebcf7124f01d4ae9c0a4b6e79d
4 changes: 2 additions & 2 deletions .github/workflows/multiarch_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
multiarch-prim-rev:
name: ${{ matrix.config.platform }}
name: ${{ matrix.config.platform }} - prim/rev
runs-on: ubuntu-latest

strategy:
Expand All @@ -31,7 +31,7 @@ jobs:
config:
- { platform: arm/v5 }
- { platform: arm/v7 }
- { platform: arm64/v8 }
- { platform: arm64 }
- { platform: mips64le }
- { platform: ppc64le }
- { platform: riscv64 }
Expand Down
Loading