diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-18 12:12:20 +0200 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-05-18 12:12:20 +0200 |
| commit | c2792b29c323c5785ab671fe92f6dafb330ed30c (patch) | |
| tree | 45841ccdab63629cbcdb42716b0d81a5f4928a08 /src/ci/github-actions | |
| parent | ae3b909a323aa771db8ee3919c1454b77db05fbf (diff) | |
| download | rust-c2792b29c323c5785ab671fe92f6dafb330ed30c.tar.gz rust-c2792b29c323c5785ab671fe92f6dafb330ed30c.zip | |
ci: split dist-arm-linux job
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 42ad5acbdac..f307972e74d 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -167,8 +167,11 @@ auto: - name: dist-android <<: *job-linux-4c - - name: dist-arm-linux - <<: *job-linux-8c-codebuild + - name: dist-arm-linux-gnueabi + <<: *job-linux-4c + + - name: dist-arm-linux-musl + <<: *job-linux-4c - name: dist-armhf-linux <<: *job-linux-4c |
