Added basic support for arm64
This commit is contained in:
parent
14abb8202b
commit
2f09b96f34
25 changed files with 270 additions and 33 deletions
|
@ -3,7 +3,7 @@ package config
|
|||
type OS uint8
|
||||
|
||||
const (
|
||||
Unknown OS = iota
|
||||
UnknownOS OS = iota
|
||||
Linux
|
||||
Mac
|
||||
Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue