Skip to content

Commit

Permalink
[fixed] remove armv8
Browse files Browse the repository at this point in the history
  • Loading branch information
telanflow committed Jan 26, 2022
1 parent eac2c8d commit 0517c55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -o ./DictGenerate_darwin_arm64 .
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./DictGenerate_linux_amd64 ./DictGenerate.go
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=5 go build -o ./DictGenerate_linux_armv5 ./DictGenerate.go
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -o ./DictGenerate_linux_armv6 ./DictGenerate.go
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -o ./DictGenerate_linux_armv7 ./DictGenerate.go
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=8 go build -o ./DictGenerate_linux_armv8 ./DictGenerate.go
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -o ./DictGenerate_linux_armv7 ./DictGenerate.go

0 comments on commit 0517c55

Please sign in to comment.