Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 0517c55

Browse files
committed
[fixed] remove armv8
1 parent eac2c8d commit 0517c55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -o ./DictGenerate_darwin_arm64 .
88
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./DictGenerate_linux_amd64 ./DictGenerate.go
99
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=5 go build -o ./DictGenerate_linux_armv5 ./DictGenerate.go
1010
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -o ./DictGenerate_linux_armv6 ./DictGenerate.go
11-
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -o ./DictGenerate_linux_armv7 ./DictGenerate.go
12-
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=8 go build -o ./DictGenerate_linux_armv8 ./DictGenerate.go
11+
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -o ./DictGenerate_linux_armv7 ./DictGenerate.go

0 commit comments

Comments
 (0)