mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-12 05:48:57 +00:00
27792291ed
Add support for the arm64 platform and update the documentation to reflect arm64-specific installation and configuration steps. Signed-off-by: GL.iNet-Yongping.Xie <yongping.xie@gl-inet.com>
8 lines
133 B
Docker
8 lines
133 B
Docker
FROM alpine:latest
|
|
WORKDIR /home
|
|
|
|
ARG TARGETARCH
|
|
COPY ./dist/rttys-linux-${TARGETARCH} /usr/bin/rttys
|
|
|
|
ENTRYPOINT ["/usr/bin/rttys"]
|