From c2efc4b047d497fd603bcf706bc184ca4ab985d4 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 8 Mar 2024 14:45:24 +0000 Subject: [PATCH] Remove aarch64 dockerfile --- Dockerfile.aarch64 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Dockerfile.aarch64 diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 deleted file mode 100644 index a364ad9..0000000 --- a/Dockerfile.aarch64 +++ /dev/null @@ -1,17 +0,0 @@ -# syntax=docker/dockerfile:1 - -FROM ghcr.io/linuxserver/unrar:arm64v8-version-6.2.12 as unrar - -FROM scratch as buildstage - -# copy local files -COPY root/ / - -COPY --from=unrar /usr/bin/unrar-alpine /unrar6/unrar-alpine -COPY --from=unrar /usr/bin/unrar-ubuntu /unrar6/unrar-ubuntu - -FROM scratch - -LABEL maintainer="thespad" - -COPY --from=buildstage / /