mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 02:13:07 -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