mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
Updated arm64
This commit is contained in:
parent
c0d28834cf
commit
7eb7f888df
8
DEV.md
8
DEV.md
@ -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
BIN
bin/arm64/darwin
Normal file
Binary file not shown.
BIN
bin/arm64/linux
Normal file
BIN
bin/arm64/linux
Normal file
Binary file not shown.
BIN
bin/arm64/windows
Normal file
BIN
bin/arm64/windows
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user