docker_practice/image/demo/multi-arch/Dockerfile

6 lines
80 B
Go

FROM --platform=$TARGETPLATFORM alpine
RUN uname -a > /os.txt
CMD cat /os.txt