Skip to content

Commit

Permalink
enable linux arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dethrace-labs committed Jun 12, 2024
1 parent 90a0ebe commit efca337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Workflow

on:
on:
push:
branches:
- 'main'
Expand All @@ -16,6 +16,7 @@ jobs:
matrix:
platform:
- { name: 'Linux', arch: 'x64', os: ubuntu-latest, werror: true }
- { name: 'Linux', arch: 'arm64', os: ubuntu-latest, werror: true }
- { name: 'MacOS', arch: 'arm64-x64', os: macos-latest, werror: true, cmake-args: '-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"' }
- { name: 'Windows', arch: 'Win32', os: windows-latest }
- { name: 'Windows', arch: 'x64', os: windows-latest }
Expand Down

0 comments on commit efca337

Please sign in to comment.