[libos] uname machine should return x86_64
This commit is contained in:
parent
ba4a729fa8
commit
ceb4a9871a
@ -37,7 +37,7 @@ lazy_static! {
|
||||
static ref NODENAME: RwLock<CString> = RwLock::new(CString::new("occlum-node").unwrap());
|
||||
static ref RELEASE: CString = CString::new("0.1").unwrap();
|
||||
static ref VERSION: CString = CString::new("0.1").unwrap();
|
||||
static ref MACHINE: CString = CString::new("x86-64").unwrap();
|
||||
static ref MACHINE: CString = CString::new("x86_64").unwrap();
|
||||
static ref DOMAINNAME: CString = CString::new("").unwrap();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user