Skip to content

Commit

Permalink
Enable pixi-ci on linux-aarch64 (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 18, 2025
1 parent 0bc360b commit d9a046b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pixi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release]
os: [ubuntu-22.04, macos-13, macos-14, windows-2019]
os: [ubuntu-22.04, ubuntu-24.04-arm, macos-13, macos-14, windows-2019]
pixi_task: [build-all, build-ros2, build-ros2moveit]
exclude:
# ros is not supported on osx-arm64 (incompatibility with gz-sim8)
Expand All @@ -36,6 +36,8 @@ jobs:
- os: windows-2019
pixi_task: build-ros2
# moveit is only supported on Linux for now (missing required package in robostack)
- os: ubuntu-24.04-arm
pixi_task: build-ros2moveit
- os: macos-13
pixi_task: build-ros2moveit
- os: macos-14
Expand Down

0 comments on commit d9a046b

Please sign in to comment.