micro: fix cross compilation

This commit is contained in:
Nick Cao 2023-12-29 17:09:27 -05:00
parent 08a62091a1
commit 9d530ca6fe
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ buildGoModule rec {
];
preBuild = ''
go generate ./runtime
GOOS= GOARCH= go generate ./runtime
'';
postInstall = ''