docker-machine-kvm2: test aarch64 build
This commit is contained in:
parent
170bf218c6
commit
417c0ac258
@ -5,6 +5,10 @@ buildGoModule rec {
|
||||
|
||||
pname = "docker-machine-kvm2";
|
||||
|
||||
postPatch = ''
|
||||
sed -i '/GOARCH=$*/d' Makefile
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
make docker-machine-driver-kvm2 COMMIT=${commit}
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user