FROM --platform=arm64 scratch ARG TARGETARCH COPY aarch64-unknown-linux-musl/release/rgreeter /usr/bin/rgreeter ENTRYPOINT [ "/usr/bin/rgreeter" ]