Skip to content

Commit f950373

Browse files
Merge pull request XmirrorSecurity#243 from SuperChen-CC/cc-dev
feat: add support for loongArch64
2 parents 8483dfd + c3ebedd commit f950373

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build_and_release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,18 @@ jobs:
3636
strategy:
3737
matrix:
3838
goos: [linux, windows, darwin]
39-
goarch: [amd64, arm64, 386]
39+
goarch: [amd64, arm64, 386, loong64]
4040
exclude:
4141
- goarch: arm64
4242
goos: windows
4343
- goarch: 386
4444
goos: darwin
4545
- goarch: 386
4646
goos: windows
47+
- goarch: loong64
48+
goos: windows
49+
- goarch: loong64
50+
goos: darwin
4751
steps:
4852
- name: Checkout
4953
uses: actions/checkout@v4

0 commit comments

Comments
 (0)