Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 579cdc1

Browse files
committed
remove: arm64 builds
1 parent cdf69b1 commit 579cdc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/cross-build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export CGO_ENABLED=1
99
if [ "$(go env GOOS)" = "linux" ]; then
1010
# Linux: amd64, arm64
1111
GOARCH=amd64 go build -o dist/knowledge-linux-amd64 -tags "${GO_TAGS}" -ldflags "${LD_FLAGS}\" -extldflags \"-static\" " .
12-
GOARCH=arm64 go build -o dist/knowledge-linux-arm64 -tags "${GO_TAGS}" -ldflags "${LD_FLAGS}\" -extldflags \"-static\" " .
1312
else
1413

1514
# Windows: amd64

0 commit comments

Comments
 (0)