Skip to content

Commit

Permalink
Added arm64 CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 committed Feb 26, 2025
1 parent b765ae2 commit 81b50f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
ROS_REPO: testing
DOCKER_IMAGE: "ros:noetic-perception-focal"
UPSTREAM_WORKSPACE: .github/ci.noetic.rosinstall
os: ["ubuntu-latest", "ubuntu-24.04-arm"]
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache # Directory for ccache (and how we enable ccache in industrial_ci)
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
# This step will fetch/store the directory used by ccache before/after the ci run
Expand Down

0 comments on commit 81b50f6

Please sign in to comment.