mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 13:52:56 -04:00
Remove aarch64 dockerfile
This commit is contained in:
@@ -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 / /
|
||||
Reference in New Issue
Block a user