fickit: Limit to amd64 arch

This commit is contained in:
nemunaire 2021-09-04 11:01:12 +02:00
commit 12a6fcf461
7 changed files with 13 additions and 0 deletions

View file

@ -8,5 +8,6 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
FROM scratch
COPY --from=mirror /out/ /
RUN rm /etc/init.d/*
COPY etc/ /etc/
CMD ["/sbin/mdadm", "--monitor", "--scan"]

View file

@ -8,3 +8,5 @@ config:
- CAP_MKNOD
net: new
ipc: new
arches:
- amd64