support linux/arm{,64}

This commit is contained in:
Jan Mercl
2020-09-13 15:31:23 +02:00
parent 1a09ae480f
commit f228816300
34 changed files with 564246 additions and 80 deletions

8
doc.go
View File

@@ -7,6 +7,10 @@
//
// Changelog
//
// 2020-09-08 v1.7.0:
//
// Support linux/arm and linux/arm64.
//
// 2020-09-08 v1.6.0:
//
// Support linux/386.
@@ -91,11 +95,11 @@
//
// linux 386
// linux amd64
// linux arm
// linux arm64
//
// Planned platforms and architectures
//
// linux arm
// linux arm64
// windows 386
// windows amd64
//