Merge pull request #177799 from squalus/git-lfs-cross

git-lfs: fix cross compile
This commit is contained in:
Mario Rodas 2022-06-16 00:11:02 -05:00 committed by GitHub
commit 81c87ab164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ buildGoModule rec {
subPackages = [ "." ];
preBuild = ''
go generate ./commands
GOARCH= go generate ./commands
'';
postBuild = ''