Skip to content

Commit

Permalink
Update build matrix in cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jan 3, 2024
1 parent 0a0e077 commit ed85b87
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,28 @@ jobs:

strategy:
matrix:
build_type: [Release]
include:
- os: ubuntu-latest
arch: x86_64
build_type: Release
- os: ubuntu-latest
arch: aarch64
build_type: Release
- os: ubuntu-latest
arch: i686
build_type: Release
- os: ubuntu-latest
arch: armv7l
build_type: Release
- os: windows-latest
arch: x64
build_type: RelWithDebInfo
- os: windows-latest
arch: x86
build_type: Release
- os: macos-latest
arch: arm64;x86_64
build_type: Release

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

0 comments on commit ed85b87

Please sign in to comment.