mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
testRPMImage: Use x86_64 image
This commit is contained in:
parent
abc10b4715
commit
7afc1149d9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ rec {
|
|||
buildPatchelfInVM = runInLinuxVM patchelf;
|
||||
|
||||
|
||||
testRPMImage = makeImageTestScript diskImages.fedora16i386;
|
||||
testRPMImage = makeImageTestScript diskImages.fedora16x86_64;
|
||||
|
||||
|
||||
buildPatchelfRPM = buildRPM {
|
||||
|
|
Loading…
Reference in a new issue