Add tests for ubuntu-24.02-arm

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-05-07 18:12:11 +10:00 committed by GitHub
parent 6f1158857a
commit 50783d2649
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -283,9 +283,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-latest
include:
- os: ubuntu-20.04
target: x86_64
- os: ubuntu-latest
target: x86_64
- os: ubuntu-24.04-arm
target: aarch64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/download-artifact@v4
@ -296,7 +300,7 @@ jobs:
- name: Run test in ubuntu
run: |
set -exuo pipefail
[ "$(./detect-targets)" = "$(printf 'x86_64-unknown-linux-gnu\nx86_64-unknown-linux-musl')" ]
[ "$(./detect-targets)" = "$(printf '${{ matrix.target }}-unknown-linux-gnu\n${{ matrix.target }}-unknown-linux-musl')" ]
detect-targets-more-glibc-test:
needs: