docker-machine-kvm2: test aarch64 build

This commit is contained in:
zowoq 2020-04-30 09:39:32 +10:00
parent 170bf218c6
commit 417c0ac258

View File

@ -5,6 +5,10 @@ buildGoModule rec {
pname = "docker-machine-kvm2";
postPatch = ''
sed -i '/GOARCH=$*/d' Makefile
'';
buildPhase = ''
make docker-machine-driver-kvm2 COMMIT=${commit}
'';