diff --git a/tools/tools/tinderbox/tbmaster.pl b/tools/tools/tinderbox/tbmaster.pl index 9e0b8ebd79b5..190a78c32294 100644 --- a/tools/tools/tinderbox/tbmaster.pl +++ b/tools/tools/tinderbox/tbmaster.pl @@ -52,6 +52,7 @@ my %SETUPS = ( 'TARGETS' => [ 'update', 'world', 'generic', 'lint' ], 'ARCHES' => { 'alpha' => [ 'alpha' ], + 'amd64' => [ 'amd64' ], 'i386' => [ 'i386', 'pc98' ], 'ia64' => [ 'ia64' ], 'sparc64' => [ 'sparc64' ], @@ -78,7 +79,6 @@ my %SETUPS = ( 'BRANCHES' => [ 'CURRENT' ], 'TARGETS' => [ 'update', 'world', 'generic', 'lint' ], 'ARCHES' => { - 'amd64' => [ 'amd64' ], 'powerpc' => [ 'powerpc' ], }, 'ENV' => {