We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runs-on
-cuda
1 parent 69a4c88 commit 62b7d3dCopy full SHA for 62b7d3d
.github/workflows/docker-build-and-push-arm64.yaml
@@ -79,7 +79,7 @@ jobs:
79
80
docker-build-and-push-cuda:
81
needs: [load-env, docker-build-and-push]
82
- runs-on: ubuntu-22.04-arm
+ runs-on: [self-hosted, linux, ARM64]
83
steps:
84
- name: Check out repository
85
uses: actions/checkout@v4
@@ -108,11 +108,6 @@ jobs:
108
(github.event_name == 'push' && github.ref_type == 'tag') }}
109
uses: ./.github/actions/free-disk-space
110
111
- - name: Set Swap Space
112
- uses: pierotofy/set-swap-space@0404882bc4666c0ff2f6fd8b3d32af69a730183c
113
- with:
114
- swap-size-gb: 16
115
-
116
- name: Build 'Autoware' with CUDA
117
if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
118
github.event_name == 'workflow_dispatch' ||
0 commit comments