mirror of
https://github.com/yudai/gotty.git
synced 2026-01-01 07:08:49 +01:00
Add ARM64 support
This commit is contained in:
parent
8df0bf44a8
commit
680d071c8f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -67,7 +67,7 @@ test:
|
|||
if [ `go fmt $(go list ./... | grep -v /vendor/) | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi
|
||||
|
||||
cross_compile:
|
||||
GOARM=5 gox -os="darwin linux freebsd netbsd openbsd" -arch="386 amd64 arm" -osarch="!darwin/arm" -output "${OUTPUT_DIR}/pkg/{{.OS}}_{{.Arch}}/{{.Dir}}"
|
||||
GOARM=5 gox -os="darwin linux freebsd netbsd openbsd" -arch="386 amd64 arm arm64" -osarch="!darwin/arm !darwin/arm64" -output "${OUTPUT_DIR}/pkg/{{.OS}}_{{.Arch}}/{{.Dir}}"
|
||||
|
||||
targz:
|
||||
mkdir -p ${OUTPUT_DIR}/dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue