Skip to content

Commit

Permalink
修改自动打包脚本,支持龙芯芯片
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Sep 12, 2023
1 parent 49345a9 commit 9c6b2a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: SetUpGo
uses: actions/setup-go@v3
with:
go-version: '1.19.4'
go-version: '1.21.1'
- name: Checkout #Checkout代码
uses: actions/checkout@v3
- name: GoTidy
Expand All @@ -39,7 +39,7 @@ jobs:
- name: SetupGo
uses: actions/setup-go@v3
with:
go-version: '1.19.4'
go-version: '1.21.1'
- uses: actions/checkout@v3
- name: SetOutput
id: vars
Expand Down
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ builds:
- amd64
- arm64
- loong64
- mips64le
goarm:
- "6"
- "7"
gomips:
- hardfloat
- softfloat
goamd64:
- v2
- v3
Expand All @@ -21,6 +23,7 @@ builds:
- darwin_arm64
- darwin_amd64
- linux_loong64
- linux_mips64le
dir: ./app/apinto
main: .
binary: apinto
Expand Down

0 comments on commit 9c6b2a6

Please sign in to comment.