Skip to content

Commit

Permalink
update arm
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Mar 5, 2025
1 parent aea4870 commit 38993dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
target/release/espresso-bridge
build-arm:
runs-on: buildjet-16vcpu-ubuntu-2204-arm
runs-on:
group: BigArmRunners
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
build-arm:
if: github.event_name != 'pull_request'
runs-on: buildjet-8vcpu-ubuntu-2204-arm
runs-on:
group: BigArmRunners
env:
CARGO_BUILD_JOBS: '6'
steps:
Expand Down

0 comments on commit 38993dc

Please sign in to comment.