Skip to content

Commit

Permalink
test armv8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Dec 20, 2021
1 parent e752a35 commit 01af0fb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- SPK_PLATFORM: braswell
SPK_ARCH: x86_64
- SPK_PLATFORM: rtd1296
SPK_ARCH: armv8

matrix:
include:
- SPK_PLATFORM: braswell
SPK_ARCH: x86_64
- SPK_PLATFORM: rtd1296
SPK_ARCH: armv8
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 01af0fb

Please sign in to comment.