Skip to content

Commit c9f47c6

Browse files
committed
chore: release v1.23.3
1 parent 5ee33bb commit c9f47c6

File tree

4 files changed

+128
-138
lines changed

4 files changed

+128
-138
lines changed

.github/workflows/build-release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,22 @@ jobs:
7070
# mips64el-linux-muslsf-gcc: error: crtn.o: No such file or directory
7171
# - target: mips64el-unknown-linux-muslabi64
7272
# toolchain: nightly
73+
- target: x86_64-unknown-freebsd
74+
toolchain: stable
75+
- target: x86_64-unknown-netbsd
76+
toolchain: stable
77+
- target: loongarch64-unknown-linux-gnu
78+
toolchain: stable
79+
- target: loongarch64-unknown-linux-musl
80+
toolchain: stable
81+
- target: riscv64gc-unknown-linux-gnu
82+
toolchain: stable
83+
- target: riscv64gc-unknown-linux-musl
84+
toolchain: stable
85+
- target: aarch64-linux-android
86+
toolchain: stable
87+
- target: x86_64-linux-android
88+
toolchain: stable
7389

7490
steps:
7591
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)