Skip to content

Commit

Permalink
fix(docker-build-and-push-arm64.yaml): change runs-on self-hosted o…
Browse files Browse the repository at this point in the history
…nly for `-cuda` job (#5739)
  • Loading branch information
youtalk authored Feb 6, 2025
1 parent 69a4c88 commit 62b7d3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-build-and-push-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
docker-build-and-push-cuda:
needs: [load-env, docker-build-and-push]
runs-on: ubuntu-22.04-arm
runs-on: [self-hosted, linux, ARM64]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -108,11 +108,6 @@ jobs:
(github.event_name == 'push' && github.ref_type == 'tag') }}
uses: ./.github/actions/free-disk-space

- name: Set Swap Space
uses: pierotofy/set-swap-space@0404882bc4666c0ff2f6fd8b3d32af69a730183c
with:
swap-size-gb: 16

- name: Build 'Autoware' with CUDA
if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
github.event_name == 'workflow_dispatch' ||
Expand Down

0 comments on commit 62b7d3d

Please sign in to comment.