Skip to content

Commit

Permalink
[ci] Add Linux ARM CMake build
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Jan 17, 2025
1 parent 4caa16e commit 7aaf5b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
name: Linux
container: wpilib/roborio-cross-ubuntu:2025-22.04
flags: "--preset with-java-and-sccache -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON"
- os: ubuntu-22.04-arm
name: Linux ARM
container: ""
flags: "--preset with-java-and-sccache -DCMAKE_BUILD_TYPE=Release -DWITH_EXAMPLES=ON"
- os: macOS-14
name: macOS
container: ""
Expand Down

0 comments on commit 7aaf5b9

Please sign in to comment.