[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH v1 4/6] CI: Refresh the Debian 12 arm32 cross compile container
On Thu, Oct 24, 2024 at 11:04:19AM +0100, Javi Merino wrote: > diff --git a/automation/build/debian/12-arm64v8-arm32-gcc.dockerfile > b/automation/build/debian/12-arm64v8-arm32-gcc.dockerfile > new file mode 100644 > index 000000000000..bdc935706bfa > --- /dev/null > +++ b/automation/build/debian/12-arm64v8-arm32-gcc.dockerfile > @@ -0,0 +1,28 @@ > +# syntax=docker/dockerfile:1 > +FROM --platform=linux/arm64/v8 debian:bookworm > +LABEL maintainer.name="The Xen Project" \ > + maintainer.email="xen-devel@xxxxxxxxxxxxxxxxxxxx" Recent update of other dockerfile was repeating the "LABEL" intruction for each label, maybe we should continue to do that (which avoid the backslash at the end of lines). > + > +ENV DEBIAN_FRONTEND=noninteractive > +ENV CROSS_COMPILE /usr/bin/arm-linux-gnueabihf- While the syntax "ENV VAR value" is supported, it's been discouraged by docker's doc (https://docs.docker.com/reference/dockerfile/#env). Also, here we have two ENV instructions with two different syntax, could you use the = for declaring CROSS_COMPILE as well? Thanks, -- Anthony Perard | Vates XCP-ng Developer XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |