micro: fix cross compilation
This commit is contained in:
parent
08a62091a1
commit
9d530ca6fe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ buildGoModule rec {
|
|||
];
|
||||
|
||||
preBuild = ''
|
||||
go generate ./runtime
|
||||
GOOS= GOARCH= go generate ./runtime
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue