Merge pull request #277623 from NickCao/micro

micro: fix cross compilation
This commit is contained in:
Nikolay Korotkiy
2023-12-31 00:51:41 +04:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ buildGoModule rec {
];
preBuild = ''
go generate ./runtime
GOOS= GOARCH= go generate ./runtime
'';
postInstall = ''