We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf407aa commit 9d7ef83Copy full SHA for 9d7ef83
1 file changed
.github/workflows/release.yml
@@ -40,16 +40,9 @@ jobs:
40
GOOS: linux
41
GOARCH: amd64
42
43
- - name: 构建 Linux arm64
44
- run: CGO_ENABLED=1 go build -o cjrepo-linux-arm64 .
45
- env:
46
- GOOS: linux
47
- GOARCH: arm64
48
-
49
- name: 创建 Release
50
uses: softprops/action-gh-release@v2
51
with:
52
files: |
53
cjrepo-linux-amd64
54
- cjrepo-linux-arm64
55
generate_release_notes: true
0 commit comments