mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
manibuilder/alpine: Add newer image tags
Most of the images built out of the box. Only `alpine:armhf-v3.11` needs a little workaround for wrong filesystem permissions. Change-Id: Iac5fea993e6345c7507bd381550f3fbfe55341f9 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66995 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
f9ea15c487
commit
d3b112032e
@ -6,6 +6,10 @@ RUN \
|
||||
apk add ca-certificates build-base linux-headers git ccache \
|
||||
pciutils-dev libusb-compat-dev libusb-dev
|
||||
|
||||
# fix weird permissions in armhf-v3.11
|
||||
RUN [ -d /usr/share/git-core/templates ] && \
|
||||
chmod -R a+r /usr/share/git-core/templates
|
||||
|
||||
ENV GIT_SSL_NO_VERIFY=1
|
||||
USER mani
|
||||
RUN \
|
||||
|
@ -21,7 +21,7 @@ MULTIARCH_TAGS := \
|
||||
ubuntu-debootstrap\:$(a)-$(v))) \
|
||||
ubuntu-debootstrap\:powerpc-xenial \
|
||||
$(foreach a,aarch64 armhf amd64 i386, \
|
||||
$(foreach v,v3.9 v3.8 v3.7 v3.6, \
|
||||
$(foreach v,v3.14 v3.13 v3.12 v3.11 v3.10 v3.9 v3.8 v3.7 v3.6, \
|
||||
alpine\:$(a)-$(v))) \
|
||||
|
||||
OTHER_TAGS := djgpp\:6.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user