set to ARCH in Dockerfile
Some checks failed
/ release-and-build (push) Failing after 20s

This commit is contained in:
2026-02-12 16:40:45 +01:00
parent 681282bc76
commit b26cf13a98

View File

@@ -29,7 +29,7 @@ RUN \
echo "${MIRROR}/${REL}/main"; \ echo "${MIRROR}/${REL}/main"; \
echo "${MIRROR}/${REL}/community"; \ echo "${MIRROR}/${REL}/community"; \
} > "${ROOTFS}/etc/apk/repositories" && \ } > "${ROOTFS}/etc/apk/repositories" && \
apk --root "${ROOTFS}" --no-cache --keys-dir /etc/apk/keys add --arch ${ALPINE_ARCH} --initdb ${PACKAGES//,/ } && \ apk --root "${ROOTFS}" --no-cache --keys-dir /etc/apk/keys add --arch ${ARCH} --initdb ${PACKAGES//,/ } && \
sed -i -e 's/^root::/root:!:/' /root-out/etc/shadow sed -i -e 's/^root::/root:!:/' /root-out/etc/shadow
# add s6 overlay # add s6 overlay