Updated arm64

This commit is contained in:
YamiOdymel 2023-02-09 10:43:44 +08:00
parent c0d28834cf
commit 7eb7f888df
No known key found for this signature in database
GPG Key ID: 68E469836934DB36
4 changed files with 8 additions and 0 deletions

8
DEV.md
View File

@ -1,3 +1,11 @@
GOOS=windows GOARCH=amd64 go build -o bin/windows
GOOS=darwin GOARCH=amd64 go build -o bin/darwin
GOOS=linux GOARCH=amd64 go build -o bin/linux
GOOS=windows GOARCH=arm64 go build -o bin/arm64/windows
GOOS=darwin GOARCH=arm64 go build -o bin/arm64/darwin
GOOS=linux GOARCH=arm64 go build -o bin/arm64/linux
GOOS=windows GOARCH=arm go build -o bin/arm/windows
GOOS=darwin GOARCH=arm go build -o bin/arm/darwin
GOOS=linux GOARCH=arm go build -o bin/arm/linux

BIN
bin/arm64/darwin Normal file

Binary file not shown.

BIN
bin/arm64/linux Normal file

Binary file not shown.

BIN
bin/arm64/windows Normal file

Binary file not shown.