Skip to content

Commit

Permalink
feat: 添加龙芯架构构建
Browse files Browse the repository at this point in the history
  • Loading branch information
alonelucky committed Dec 28, 2023
1 parent 7750046 commit c4cf23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
run: go build -v -o weworkbot-linux-ppc64 .
- name: Build-linux-ppc64le
run: go build -v -o weworkbot-linux-ppc64le .
- name: Build-linux-loong64
run: go build -v -o weworkbot-linux-loong64 .
- name: Build-netbsd-386
run: go build -v -o weworkbot-netbsd-386 .
- name: Build-netbsd-amd64
Expand Down Expand Up @@ -94,6 +96,7 @@ jobs:
weworkbot-linux-arm64
weworkbot-linux-ppc64
weworkbot-linux-ppc64le
weworkbot-linux-loong64
weworkbot-netbsd-386
weworkbot-netbsd-amd64
weworkbot-netbsd-arm
Expand Down

0 comments on commit c4cf23f

Please sign in to comment.