fickit: Limit to amd64 arch

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

View File

@ -1 +1,3 @@
image: boot
arches:
- amd64

View File

@ -5,3 +5,5 @@ config:
net: new
pid: new
uts: new
arches:
- amd64

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

View File

@ -15,3 +15,5 @@ config:
pid: new
ipc: new
uts: new
arches:
- amd64

View File

@ -6,3 +6,5 @@ config:
capabilities:
- CAP_SYS_ADMIN
ipc: new
arches:
- amd64

View File

@ -6,3 +6,5 @@ config:
ipc: new
pid: new
uts: new
arches:
- amd64