Skip to content

Commit 9d7ef83

Browse files
committed
fix: release 仅构建 amd64(arm64 留 Docker)
1 parent bf407aa commit 9d7ef83

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,9 @@ jobs:
4040
GOOS: linux
4141
GOARCH: amd64
4242

43-
- name: 构建 Linux arm64
44-
run: CGO_ENABLED=1 go build -o cjrepo-linux-arm64 .
45-
env:
46-
GOOS: linux
47-
GOARCH: arm64
48-
4943
- name: 创建 Release
5044
uses: softprops/action-gh-release@v2
5145
with:
5246
files: |
5347
cjrepo-linux-amd64
54-
cjrepo-linux-arm64
5548
generate_release_notes: true

0 commit comments

Comments
 (0)