diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-09-13 15:31:23 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-09-13 15:31:23 +0200 |
commit | f228816300a40a6f8cd90293a629fffad952c6ce (patch) | |
tree | d04998fba318c25f03d98220e225678a061326e8 /doc.go | |
parent | 1a09ae480f6b16fb7690999ed66be5c58981c9d0 (diff) |
support linux/arm{,64}v1.7.0
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 // |