Added basic support for arm64

This commit is contained in:
Eduard Urbach 2025-03-06 13:40:17 +01:00
parent 14abb8202b
commit 2f09b96f34
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
25 changed files with 270 additions and 33 deletions

View file

@ -3,7 +3,7 @@ package config
type OS uint8
const (
Unknown OS = iota
UnknownOS OS = iota
Linux
Mac
Windows