diff options
author | Joshua Sing <joshua@joshuasing.dev> | 2025-04-12 22:27:01 +1000 |
---|---|---|
committer | Joshua Sing <joshua@joshuasing.dev> | 2025-04-12 23:14:44 +1000 |
commit | 24a8faec9a0931aff6fa38757a73f01e6144ee27 (patch) | |
tree | 7568b39592531111d8c1f110d1d47363f064ab98 /.github | |
parent | 583199bf59cd92f40043f6179e79780fd52e2cb0 (diff) | |
download | portable-24a8faec9a0931aff6fa38757a73f01e6144ee27.tar.gz portable-24a8faec9a0931aff6fa38757a73f01e6144ee27.tar.bz2 portable-24a8faec9a0931aff6fa38757a73f01e6144ee27.zip |
ci: test on loongarch64
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d57e3bc..bc3c692 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
@@ -23,7 +23,7 @@ jobs: | |||
23 | fail-fast: false | 23 | fail-fast: false |
24 | matrix: | 24 | matrix: |
25 | os: ["ubuntu-22.04", "ubuntu-24.04"] | 25 | os: ["ubuntu-22.04", "ubuntu-24.04"] |
26 | arch: ["native", "arm32", "arm64", "mingw32", "mingw64", "mips64"] | 26 | arch: ["native", "arm32", "arm64", "loong64", "mingw32", "mingw64", "mips64"] |
27 | compiler: ["gcc"] | 27 | compiler: ["gcc"] |
28 | include: | 28 | include: |
29 | - os: "ubuntu-22.04" | 29 | - os: "ubuntu-22.04" |