From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST 5/8] ts-kernel-build: Add arm64 support Date: Mon, 5 Oct 2015 17:28:14 +0100 Message-ID: <1444062494.5302.28.camel@citrix.com> References: <1443777956.11707.61.camel@citrix.com> <1443777978-11119-5-git-send-email-ian.campbell@citrix.com> <22034.41817.21709.898731@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <22034.41817.21709.898731@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-10-05 at 17:20 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST 5/8] ts-kernel-build: Add arm64 > support"): > > And to Osstest::%arch_debian2*. > > > > Untested (but hopefully pretty obvious). > > Acked-by: Ian Jackson > > > my $archparms = { > > + 'arm64' => { Image => 'Image' }, > > IWBN to double-check that the generated filename is correct before we > try to push this. For arm64 specifically or for all arches? FWIW I know that Image is correct for arm64. Ian.